Skip to content

Commit c0c140c

Browse files
committed
chore: upgrade gradle version
1 parent 4fe6586 commit c0c140c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
def nav_version = '2.6.0'
1414

1515
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
16-
classpath 'com.android.tools.build:gradle:8.8.0'
16+
classpath 'com.android.tools.build:gradle:8.9.0'
1717
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0"
1818
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1919
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Jun 20 18:26:00 BST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

systemstubs/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "io.github.sds100.keymapper.systemstubs"
8-
compileSdk = 34
8+
compileSdk = 35
99

1010
defaultConfig {
1111
minSdk = 21
@@ -27,11 +27,11 @@ android {
2727
}
2828
}
2929
compileOptions {
30-
sourceCompatibility = JavaVersion.VERSION_1_8
31-
targetCompatibility = JavaVersion.VERSION_1_8
30+
sourceCompatibility = JavaVersion.VERSION_17
31+
targetCompatibility = JavaVersion.VERSION_17
3232
}
3333
kotlinOptions {
34-
jvmTarget = "1.8"
34+
jvmTarget = "17"
3535
}
3636
}
3737

0 commit comments

Comments
 (0)