mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
updating kotlin, commons, gradle, target SDK to 33
This commit is contained in:
@@ -9,12 +9,12 @@ if (keystorePropertiesFile.exists()) {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 31
|
||||
compileSdkVersion 33
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.draw.pro"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
targetSdkVersion 33
|
||||
versionCode 72
|
||||
versionName "6.7.0"
|
||||
setProperty("archivesBaseName", "draw")
|
||||
@@ -63,6 +63,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:c05de1687e'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:d4f7cbb8f0'
|
||||
implementation "androidx.print:print:1.0.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user