Skip to content

Commit 9e50197

Browse files
authored
Bumps version number for open beta testing (#537)
1 parent 7fbe1bc commit 9e50197

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "com.urik.keyboard"
1919
minSdk = 26
2020
targetSdk = 35
21-
versionCode = 50
22-
versionName = "0.15.0-beta"
21+
versionCode = 51
22+
versionName = "0.16.0-beta"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
}
@@ -58,6 +58,7 @@ android {
5858
targetCompatibility = JavaVersion.VERSION_17
5959
}
6060

61+
//noinspection WrongGradleMethod
6162
kotlin {
6263
compilerOptions {
6364
jvmTarget.set(JvmTarget.JVM_17)

0 commit comments

Comments
 (0)