updating commons, kotlin, gradle and target SDK to 33

This commit is contained in:
tibbi
2022-08-17 21:26:57 +02:00
parent 89a9fd04ab
commit cf1ad30869
3 changed files with 6 additions and 6 deletions

View File

@@ -9,12 +9,12 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 31
compileSdkVersion 33
defaultConfig {
applicationId "com.simplemobiletools.flashlight"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 33
versionCode 56
versionName "5.7.0"
setProperty("archivesBaseName", "flashlight")
@@ -62,7 +62,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:8ee6c0c17b'
implementation 'com.github.SimpleMobileTools:Simple-Commons:28a68aa6c0'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
}