mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-10 18:13:29 +01:00
Allow versionCode to be used as the version for comparison (#1269)
This commit is contained in:
@@ -485,6 +485,10 @@ abstract class AppSource {
|
||||
label: tr('versionDetection'),
|
||||
defaultValue: 'standardVersionDetection')
|
||||
],
|
||||
[
|
||||
GeneratedFormSwitch('useVersionCodeAsOSVersion',
|
||||
label: tr('useVersionCodeAsOSVersion'), defaultValue: false)
|
||||
],
|
||||
[
|
||||
GeneratedFormTextField('apkFilterRegEx',
|
||||
label: tr('filterAPKsByRegEx'),
|
||||
|
||||
Reference in New Issue
Block a user