Skip to content

Commit

Permalink
Update AGP, Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
keta1 committed Jun 30, 2023
1 parent 9245d00 commit bbc776a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ plugins {
}

android {
compileSdk = 33
buildToolsVersion = "33.0.0"
compileSdk = 34
namespace = "com.xposed.miuiime"

defaultConfig {
applicationId = "com.xposed.miuiime"
minSdk = 28
targetSdk = 33
targetSdk = 34
versionCode = 11
versionName = "1.13"
}
Expand Down Expand Up @@ -48,6 +47,12 @@ android {
}
}

kotlin {
sourceSets.all {
languageSettings.languageVersion = "2.0"
}
}

dependencies {
compileOnly("de.robv.android.xposed:api:82")
implementation("com.github.kyuubiran:EzXHelper:1.0.3")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id("com.android.application") version "8.0.1" apply false
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
id("com.android.application") version "8.0.2" apply false
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
}

0 comments on commit bbc776a

Please sign in to comment.