File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 11# Sun Jun 20 18:26:00 BST 2021
22distributionBase =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
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66android {
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
You can’t perform that action at this time.
0 commit comments