There was an error while loading. Please reload this page.
1 parent 7fbe1bc commit 9e50197Copy full SHA for 9e50197
1 file changed
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "com.urik.keyboard"
19
minSdk = 26
20
targetSdk = 35
21
- versionCode = 50
22
- versionName = "0.15.0-beta"
+ versionCode = 51
+ versionName = "0.16.0-beta"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
@@ -58,6 +58,7 @@ android {
58
targetCompatibility = JavaVersion.VERSION_17
59
60
61
+ //noinspection WrongGradleMethod
62
kotlin {
63
compilerOptions {
64
jvmTarget.set(JvmTarget.JVM_17)
0 commit comments