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 6b8aacd commit fe8e744Copy full SHA for fe8e744
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "com.code.damahe.jetpack.compose.ui"
14
minSdk = libs.versions.minSdk.get().toInt()
15
targetSdk = libs.versions.targetSdk.get().toInt()
16
- versionCode = 120
17
- versionName = "1.2.0"
+ versionCode = 121
+ versionName = "1.2.1"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
vectorDrawables {
0 commit comments