feature/swipe-actions #44

Merged
fabian merged 6 commits from feature/swipe-actions into develop 2023-08-25 18:19:45 +02:00
2 changed files with 5 additions and 6 deletions
Showing only changes of commit 07219bffb4 - Show all commits

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'

View File

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