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 405be2e commit a627200Copy full SHA for a627200
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 = 13
22
- versionName = "1.1.2"
+ versionCode = 14
+ versionName = "1.1.3"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
0 commit comments