mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-02 12:44:05 -04:00
Mark apps with target SDK lower than 23 as incompatiable
* Reason: https://developer.android.com/about/versions/14/behavior-changes-all#minimum-target-api-level Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -134,6 +134,7 @@ public data class AppManifest(
|
||||
) : PackageManifest {
|
||||
public override val minSdkVersion: Int? get() = usesSdk?.minSdkVersion
|
||||
public override val featureNames: List<String>? get() = features
|
||||
public override val targetSdkVersion: Int? get() = usesSdk?.targetSdkVersion
|
||||
}
|
||||
|
||||
internal fun ManifestV2.toManifest() = AppManifest(
|
||||
|
||||
Reference in New Issue
Block a user