bump targetSdk

This commit is contained in:
Daniel Gultsch 2022-02-22 16:05:24 +01:00
parent d6be6ddd18
commit 2cc49e5ba6
2 changed files with 3 additions and 2 deletions

View file

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

View file

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