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

Commit 1343a67c authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Upgrade to SDK 29, use requestLegacyExternalStorage

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

    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 28 // Don't upgrade to 29 until we support Scoped storage
        targetSdkVersion 29
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

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

    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 28 // Don't upgrade to 29 until we support Scoped storage
        targetSdkVersion 29
        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 28 // Don't upgrade to 29 until we support Scoped storage
        targetSdkVersion 29
    }
}

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ android {
    defaultConfig {
        applicationId "com.moez.QKSMS"
        minSdkVersion 21
        targetSdkVersion 28 // Don't upgrade to 29 until we support Scoped storage
        targetSdkVersion 29
        versionCode 2209
        versionName "3.7.10"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:requestLegacyExternalStorage="true"
        android:supportsRtl="true"
        android:theme="@style/AppLaunchTheme">