Skip to content

Commit

Permalink
�refactor: 안드로이드 버전 수정
Browse files Browse the repository at this point in the history
안드로이드 버전 수정
  • Loading branch information
ippnsj authored Aug 31, 2023
2 parents 8ba42b2 + 5878c23 commit c7b2f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
minSdk 28
targetSdk 33

versionCode 2
versionName "2.0.0"
versionCode 3
versionName "2.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
3 changes: 0 additions & 3 deletions android/data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ android {
minSdk 28
targetSdk 33

versionCode = 2
versionName = "2.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"

Expand Down

0 comments on commit c7b2f4c

Please sign in to comment.