Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3fb49b2 authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

1964: fix build after move to minSdk=30

parent b93a209b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -83,15 +83,11 @@ android {
    productFlavors {
        eos {
            dimension 'os'
            minSdkVersion 29
            targetSdkVersion 32
            signingConfig signingConfigs.eDebug
        }
        standalone {
            dimension 'os'
            applicationIdSuffix '.standalone'
            minSdkVersion 26
            targetSdkVersion 31
            manifestPlaceholders = [
                persistent: "false",
                mainActivityIntentFilterCategory: "android.intent.category.LAUNCHER"