There was an error while loading. Please reload this page.
1 parent 3f965b1 commit 3a9dc63Copy full SHA for 3a9dc63
1 file changed
ide-android/build.gradle.kts
@@ -402,8 +402,8 @@ android {
402
minSdk = 26
403
targetSdk = 36
404
// versionCode must exceed the last published release (the previous-codebase app reached ~29).
405
- versionCode = 83
406
- versionName = "3.10.0"
+ versionCode = 84
+ versionName = "3.11.0"
407
// connectedAndroidTest harness (the on-device Kotlin-compiler discovery spike).
408
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
409
0 commit comments