~singpolyma/cheogram-android

2cc49e5ba66785c12b283af727273187393c47f6 — Daniel Gultsch 2 years ago d6be6dd
bump targetSdk
2 files changed, 3 insertions(+), 2 deletions(-)

M build.gradle
M src/main/AndroidManifest.xml
M build.gradle => build.gradle +2 -2
@@ 87,11 87,11 @@ ext {
}

android {
    compileSdkVersion 29
    compileSdkVersion 30

    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 29
        targetSdkVersion 30
        versionCode 42024
        versionName "2.10.3-beta"
        archivesBaseName += "-$versionName"

M src/main/AndroidManifest.xml => src/main/AndroidManifest.xml +1 -0
@@ 61,6 61,7 @@
        android:largeHeap="true"
        android:networkSecurityConfig="@xml/network_security_configuration"
        android:requestLegacyExternalStorage="true"
        android:preserveLegacyExternalStorage="true"
        android:theme="@style/ConversationsTheme"
        tools:replace="android:label"
        tools:targetApi="q">