mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-30 04:53:28 +01:00 
			
		
		
		
	Filter out fdroid APKs from default Obtainium entry
This commit is contained in:
		| @@ -183,7 +183,12 @@ class _ObtainiumState extends State<Obtainium> { | ||||
|                     value.versionName!, | ||||
|                     [], | ||||
|                     0, | ||||
|                     {'includePrereleases': true, 'versionDetection': true}, | ||||
|                     { | ||||
|                       'includePrereleases': true, | ||||
|                       'versionDetection': true, | ||||
|                       'apkFilterRegEx': 'fdroid', | ||||
|                       'invertAPKFilter': true | ||||
|                     }, | ||||
|                     null, | ||||
|                     false) | ||||
|               ], onlyIfExists: false); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user