Skip to content

Commit bbc776a

Browse files
committed
Update AGP, Kotlin
1 parent 9245d00 commit bbc776a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

app/build.gradle.kts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ plugins {
55
}
66

77
android {
8-
compileSdk = 33
9-
buildToolsVersion = "33.0.0"
8+
compileSdk = 34
109
namespace = "com.xposed.miuiime"
1110

1211
defaultConfig {
1312
applicationId = "com.xposed.miuiime"
1413
minSdk = 28
15-
targetSdk = 33
14+
targetSdk = 34
1615
versionCode = 11
1716
versionName = "1.13"
1817
}
@@ -48,6 +47,12 @@ android {
4847
}
4948
}
5049

50+
kotlin {
51+
sourceSets.all {
52+
languageSettings.languageVersion = "2.0"
53+
}
54+
}
55+
5156
dependencies {
5257
compileOnly("de.robv.android.xposed:api:82")
5358
implementation("com.github.kyuubiran:EzXHelper:1.0.3")

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins {
2-
id("com.android.application") version "8.0.1" apply false
3-
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
2+
id("com.android.application") version "8.0.2" apply false
3+
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
44
}

0 commit comments

Comments
 (0)