mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-19 14:10:38 -04:00
Merge branch 'minTargetSdk' into 'master'
Fix compatibility reason for minTargetSdk Closes #3104 See merge request fdroid/fdroidclient!1594
This commit is contained in:
@@ -81,7 +81,7 @@ public class CompatibilityChecker {
|
||||
if (apk.targetSdkVersion < minInstallableTargetSdk) {
|
||||
incompatibleReasons.add(context.getString(
|
||||
R.string.targetsdk_or_later,
|
||||
Utils.getAndroidVersionName(minInstallableTargetSdk)));
|
||||
Utils.getAndroidVersionName(apk.targetSdkVersion)));
|
||||
}
|
||||
|
||||
if (apk.features != null) {
|
||||
|
||||
Reference in New Issue
Block a user