Skip to content

Commit

Permalink
App v-5.0.1 to v-5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Damahe Code committed Aug 21, 2024
1 parent 3f394de commit 19a7172
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.material.theme"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 501
versionName = "5.0.1"
versionCode = 502
versionName = "5.0.2"

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

0 comments on commit 19a7172

Please sign in to comment.