updating gradle, kotlin, commons

This commit is contained in:
tibbi
2020-08-20 10:22:23 +02:00
parent 7b29b10fe3
commit db7d162fe1
3 changed files with 8 additions and 9 deletions

View File

@@ -9,13 +9,12 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
defaultConfig {
applicationId "com.simplemobiletools.flashlight"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode 41
versionName "5.1.1"
setProperty("archivesBaseName", "flashlight")
@@ -56,7 +55,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.28.23'
implementation 'com.simplemobiletools:commons:5.30.1'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1'
}