We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eed912 commit 15876cbCopy full SHA for 15876cb
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
// Android 8.x and below are not supported due to Jetpack Compose limitations
19
minSdk = 26
20
targetSdk = 36
21
- versionCode = 15
22
- versionName = "1.1.4"
+ versionCode = 16
+ versionName = "1.1.5"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
0 commit comments