Skip to content

Commit bfc2778

Browse files
committed
1.14
1 parent bbc776a commit bfc2778

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.xposed.miuiime"
1313
minSdk = 28
1414
targetSdk = 34
15-
versionCode = 11
16-
versionName = "1.13"
15+
versionCode = 12
16+
versionName = "1.14"
1717
}
1818

1919
buildTypes {

build.gradle.kts

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

0 commit comments

Comments
 (0)