release/2.1 #36

Merged
fabian merged 12 commits from release/2.1 into master 2023-03-10 17:21:17 +01:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 9e658853eb - Show all commits

View File

@@ -72,11 +72,11 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
}
namespace 'me.zobrist.tichucounter'
packagingOptions {

View File

@@ -9,7 +9,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.0'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong