updating target SDK to 30

This commit is contained in:
tibbi
2021-04-03 19:37:22 +02:00
parent 3afc75767c
commit b3ac52326e
2 changed files with 7 additions and 3 deletions

View File

@ -9,13 +9,12 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
defaultConfig {
applicationId "com.simplemobiletools.dialer"
minSdkVersion 23
targetSdkVersion 29
targetSdkVersion 30
versionCode 21
versionName "5.6.2"
setProperty("archivesBaseName", "dialer")

View File

@ -22,6 +22,11 @@
android:name="android.permission.USE_FINGERPRINT"
tools:node="remove" />
<queries>
<package android:name="com.simplemobiletools.contacts.pro.debug" />
<package android:name="com.simplemobiletools.contacts.pro" />
</queries>
<application
android:name=".App"
android:allowBackup="true"