updating compile and target SDK to 31

This commit is contained in:
tibbi 2022-03-29 10:31:21 +02:00
parent 7264faf3b1
commit c2b676e344
1 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode 48
versionName "5.7.3"
setProperty("archivesBaseName", "calculator")
@ -62,7 +62,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:99c8b8c007'
implementation 'com.github.SimpleMobileTools:Simple-Commons:9bae1a8e06'
implementation 'me.grantland:autofittextview:0.2.1'
implementation 'net.objecthunter:exp4j:0.4.8'