mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
update: do not set targetSdkVersion if the APK is missing it
699b3e4c69
got it wrong for targetSdkVersion.
Also, one confusing thing is that aapt outputs "sdkVersion: '3'" for
com.politedroid_3.apk but no "sdkVersion:" for no.min.target.sdk_987.apk.
F-Droid never really supported running on android-1 or android-2, so it
seems pointless to debug support for them.
This commit is contained in:
parent
2a9bc448ee
commit
8b251da79f
8 changed files with 78 additions and 8 deletions
|
@ -17,6 +17,8 @@ archive_description = """
|
|||
The repository of older versions of applications from the main demo repository.
|
||||
"""
|
||||
|
||||
make_current_version_link = False
|
||||
|
||||
repo_keyalias = "sova"
|
||||
keystore = "keystore.jks"
|
||||
keystorepass = "r9aquRHYoI8+dYz6jKrLntQ5/NJNASFBacJh7Jv2BlI="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue