File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ plugins {
55}
66
77android {
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+
5156dependencies {
5257 compileOnly(" de.robv.android.xposed:api:82" )
5358 implementation(" com.github.kyuubiran:EzXHelper:1.0.3" )
Original file line number Diff line number Diff line change 11plugins {
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}
You can’t perform that action at this time.
0 commit comments