updating compile and target SDK to 31
This commit is contained in:
parent
7264faf3b1
commit
c2b676e344
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue