mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-22 22:19:29 +02: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!,
|
value.versionName!,
|
||||||
[],
|
[],
|
||||||
0,
|
0,
|
||||||
{'includePrereleases': true, 'versionDetection': true},
|
{
|
||||||
|
'includePrereleases': true,
|
||||||
|
'versionDetection': true,
|
||||||
|
'apkFilterRegEx': 'fdroid',
|
||||||
|
'invertAPKFilter': true
|
||||||
|
},
|
||||||
null,
|
null,
|
||||||
false)
|
false)
|
||||||
], onlyIfExists: false);
|
], onlyIfExists: false);
|
||||||
|
Reference in New Issue
Block a user