Update dependencies.

This commit is contained in:
2023-08-19 16:05:41 +02:00
parent ff5495249f
commit 07219bffb4
2 changed files with 5 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ versionProperties.load(new FileInputStream(versionPropertiesFile))
android {
compileSdkVersion 33
compileSdk 33
defaultConfig {
applicationId "me.zobrist.tichucounter"
@@ -63,12 +63,11 @@ android {
}
buildFeatures {
viewBinding = true
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
kotlinCompilerExtensionVersion = "1.4.8"
}
compileOptions {
@@ -91,7 +90,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "androidx.compose.material3:material3:1.1.0"
implementation "androidx.compose.material3:material3:1.1.1"
implementation 'com.google.android.play:core-ktx:1.8.1'
implementation 'com.google.android.play:core-ktx:1.8.1'
implementation 'com.google.code.gson:gson:2.9.0'