"Naive" version detection for some Sources (#946)

This commit is contained in:
Imran Remtulla
2023-09-30 10:12:49 -04:00
parent 9f19e4dc83
commit 4c811c9c04
5 changed files with 31 additions and 13 deletions

View File

@@ -22,6 +22,7 @@ class APKPure extends AppSource {
APKPure() {
host = 'apkpure.com';
allowSubDomains = true;
naiveStandardVersionDetection = true;
}
@override