updating kotlin, commons, gradle

This commit is contained in:
tibbi 2022-10-03 20:04:26 +02:00
parent 3d813bd9ec
commit 95c2747cbd
2 changed files with 5 additions and 5 deletions

View File

@ -9,12 +9,12 @@ if (keystorePropertiesFile.exists()) {
} }
android { android {
compileSdkVersion 31 compileSdkVersion 33
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.thankyou" applicationId "com.simplemobiletools.thankyou"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 33
versionCode 27 versionCode 27
versionName "5.6.1" versionName "5.6.1"
setProperty("archivesBaseName", "thank-you") setProperty("archivesBaseName", "thank-you")
@ -61,5 +61,5 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:9938692154' implementation 'com.github.SimpleMobileTools:Simple-Commons:f74a128e2e'
} }

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.6.21' ext.kotlin_version = '1.7.10'
repositories { repositories {
google() google()
@ -9,7 +9,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.2.1' classpath 'com.android.tools.build:gradle:7.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong