Skip to content

Commit

Permalink
chore: update app version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Jun 24, 2024
1 parent d77d9f0 commit 69e74a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/festago/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "com.festago.festago"
minSdk = 28
targetSdk = 34
versionCode = 13
versionName = "2.1.0"
versionCode = 14
versionName = "2.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 69e74a8

Please sign in to comment.