Skip to content

Commit

Permalink
update app version 124 to 125
Browse files Browse the repository at this point in the history
  • Loading branch information
Damahe Code committed Sep 15, 2024
1 parent 4f1f46e commit e6befda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId = "com.code.damahe.jetpack.compose.ui"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 124
versionName = "1.2.4"
versionCode = 125
versionName = "1.2.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit e6befda

Please sign in to comment.