Skip to content

Commit e6befda

Browse files
author
Damahe Code
committed
update app version 124 to 125
1 parent 4f1f46e commit e6befda

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
@@ -31,8 +31,8 @@ android {
3131
applicationId = "com.code.damahe.jetpack.compose.ui"
3232
minSdk = libs.versions.minSdk.get().toInt()
3333
targetSdk = libs.versions.targetSdk.get().toInt()
34-
versionCode = 124
35-
versionName = "1.2.4"
34+
versionCode = 125
35+
versionName = "1.2.5"
3636

3737
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3838
vectorDrawables {

0 commit comments

Comments
 (0)