Skip to content

Commit

Permalink
[chore] 버전 코드 및 버전명 수정
Browse files Browse the repository at this point in the history
youngjinc committed Jun 1, 2022
1 parent 5fca03d commit f6dd4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@ android {
applicationId "com.hyeeyoung.wishboard"
minSdkVersion 22
targetSdkVersion 32
versionCode 8
versionName "1.0.0.1"
versionCode 9
versionName "1.0.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "BASE_URL", properties["ec2.url"]

0 comments on commit f6dd4c7

Please sign in to comment.