Skip to content

Commit

Permalink
[chore] update version
Browse files Browse the repository at this point in the history
  • Loading branch information
014967 committed Jan 13, 2024
1 parent cc1d54f commit 64d9935
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 @@ -20,8 +20,8 @@ android {
applicationId = "com.mashup.twotoo"
minSdk = 24
targetSdk = 33
versionCode = 8
versionName = "1.0.7"
versionCode = 9
versionName = "1.0.8"
buildConfigField("String", "NATIVE_APP_KEY", "\"${gradleLocalProperties(rootDir).getProperty("native_app_key") ?: ""}\"")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 64d9935

Please sign in to comment.