mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +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
3
tests/metadata/no.min.target.sdk.yml
Normal file
3
tests/metadata/no.min.target.sdk.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Categories: [Development]
|
||||
Name: No minSdkVersion or targetSdkVersion
|
||||
Summary: An APK without any <uses-sdk> block in AndroidManifest.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue