Skip to content

Commit

Permalink
[chore] : update version
Browse files Browse the repository at this point in the history
  • Loading branch information
014967 committed Dec 14, 2023
1 parent e3278c9 commit de6b79a
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 = 7
versionName = "1.0.6"
versionCode = 8
versionName = "1.0.7"
buildConfigField("String", "NATIVE_APP_KEY", "\"${gradleLocalProperties(rootDir).getProperty("native_app_key") ?: ""}\"")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit de6b79a

Please sign in to comment.