updating target SDK to 29

This commit is contained in:
tibbi 2020-02-16 11:38:36 +01:00
parent 1bdf570d6f
commit cb83f87a4b
2 changed files with 4 additions and 3 deletions

View File

@ -9,13 +9,13 @@ if (keystorePropertiesFile.exists()) {
} }
android { android {
compileSdkVersion 28 compileSdkVersion 29
buildToolsVersion "28.0.3" buildToolsVersion "29.0.3"
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.draw.pro" applicationId "com.simplemobiletools.draw.pro"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 29
versionCode 50 versionCode 50
versionName "6.1.1" versionName "6.1.1"
setProperty("archivesBaseName", "draw") setProperty("archivesBaseName", "draw")

View File

@ -19,6 +19,7 @@
android:allowBackup="true" android:allowBackup="true"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name" android:label="@string/app_launcher_name"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">