Skip to content

Commit

Permalink
Merge pull request #392 from GSM-MSG/feature/391_version_up_to_2.1.0
Browse files Browse the repository at this point in the history
🔀 :: version up to 2.1.0
  • Loading branch information
leehyeonbin authored Mar 13, 2023
2 parents eb5f4bd + 2bdf8f8 commit 84d4283
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -16,8 +16,8 @@ android {
applicationId = "com.msg.gcms"
minSdk = Versions.MIN_SDK_VERSION
targetSdk = Versions.TARGET_SDK_VERSION
versionCode = 10
versionName = "2.0.8"
versionCode = 11
versionName = "2.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

buildConfigField(
Expand Down
Binary file modified app/release/app-release.aab
Binary file not shown.

0 comments on commit 84d4283

Please sign in to comment.