Skip to content

Commit fe8e744

Browse files
author
Damahe Code
committed
minor changes
1 parent 6b8aacd commit fe8e744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.code.damahe.jetpack.compose.ui"
1414
minSdk = libs.versions.minSdk.get().toInt()
1515
targetSdk = libs.versions.targetSdk.get().toInt()
16-
versionCode = 120
17-
versionName = "1.2.0"
16+
versionCode = 121
17+
versionName = "1.2.1"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {

0 commit comments

Comments
 (0)