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">