Skip to content

Commit

Permalink
chore :: 안드로이드 앱 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoochanhong committed Mar 2, 2024
1 parent afa9607 commit 8cc2dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ if (flutterRoot == null) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '14'
flutterVersionCode = '15'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '3.3.3'
flutterVersionName = '3.3.4'
}

def keystoreProperties = new Properties()
Expand Down

0 comments on commit 8cc2dc6

Please sign in to comment.