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 4f1f46e commit e6befdaCopy full SHA for e6befda
app/build.gradle.kts
@@ -31,8 +31,8 @@ android {
31
applicationId = "com.code.damahe.jetpack.compose.ui"
32
minSdk = libs.versions.minSdk.get().toInt()
33
targetSdk = libs.versions.targetSdk.get().toInt()
34
- versionCode = 124
35
- versionName = "1.2.4"
+ versionCode = 125
+ versionName = "1.2.5"
36
37
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
38
vectorDrawables {
0 commit comments