mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
update: treat target and min sdk version as int
This commit is contained in:
parent
64bab7a94c
commit
dd695c650e
5 changed files with 70 additions and 38 deletions
|
|
@ -9,12 +9,12 @@ icons:
|
|||
icons_src:
|
||||
'-1': res/drawable/ic_launcher.png
|
||||
'160': res/drawable/ic_launcher.png
|
||||
minSdkVersion: '4'
|
||||
minSdkVersion: 4
|
||||
packageName: info.guardianproject.urzip
|
||||
sig: e0ecb5fc2d63088e4a07ae410a127722
|
||||
signer: 7eabd8c15de883d1e82b5df2fd4f7f769e498078e9ad6dc901f0e96db77ceac3
|
||||
size: 9969
|
||||
targetSdkVersion: '18'
|
||||
targetSdkVersion: 18
|
||||
uses-permission: []
|
||||
uses-permission-sdk-23: []
|
||||
versionCode: 100
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ icons_src:
|
|||
'120': res/drawable-ldpi-v4/icon_launcher.png
|
||||
'160': res/drawable-mdpi-v4/icon_launcher.png
|
||||
'240': res/drawable-hdpi-v4/icon_launcher.png
|
||||
minSdkVersion: '7'
|
||||
minSdkVersion: 7
|
||||
nativecode:
|
||||
- arm64-v8a
|
||||
- armeabi
|
||||
|
|
@ -26,7 +26,7 @@ packageName: org.dyndns.fules.ck
|
|||
sig: 9bf7a6a67f95688daec75eab4b1436ac
|
||||
signer: 9326a2cc1a2f148202bc7837a0af3b81200bd37fd359c9e13a2296a71d342056
|
||||
size: 132453
|
||||
targetSdkVersion: '8'
|
||||
targetSdkVersion: 8
|
||||
uses-permission:
|
||||
- !!python/object/new:fdroidserver.update.UsesPermission
|
||||
- android.permission.BIND_INPUT_METHOD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue