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

Commit 322f34c7 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Update minSdkVersion for all modules to 33

parent 89a6a27c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ android {

    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 29
        targetSdkVersion 33
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

    }
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ android {

    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 29
        targetSdkVersion 33
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

        buildConfigField "String", "AMPLITUDE_API_KEY", "\"${System.getenv("AMPLITUDE_API_KEY")}\""
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ android {

    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 29
        targetSdkVersion 33
    }
    namespace 'com.moez.QKSMS.domain'
}