Loading common/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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" } Loading data/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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")}\"" Loading domain/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 28 // Don't upgrade to 29 until we support Scoped storage targetSdkVersion 29 } } Loading presentation/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading presentation/src/main/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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"> Loading Loading
common/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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" } Loading
data/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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")}\"" Loading
domain/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 28 // Don't upgrade to 29 until we support Scoped storage targetSdkVersion 29 } } Loading
presentation/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
presentation/src/main/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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"> Loading