mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-30 21:13:28 +01:00 
			
		
		
		
	apkpure: determine APK/XAPK only by asset type, ignore APKs
apks install resulted in "incompatible" error with some apps on testing
This commit is contained in:
		| @@ -83,9 +83,6 @@ class APKPure extends AppSource { | ||||
|           } | ||||
|  | ||||
|           String type = e['asset']['type']; | ||||
|           if (e['is_a_p_ks'] == true) { | ||||
|             type = 'APK'; | ||||
|           } | ||||
|  | ||||
|           var downloadUri = Uri.parse("https://d.cdnpure.com/b/$type/$appId"); | ||||
|           var queryParameters = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user