Skip to content

Commit

Permalink
Merge pull request #246 from TEAMSTORMERS/hotfix/change_base_url
Browse files Browse the repository at this point in the history
chore: Update versionCode and versionName
  • Loading branch information
ethan-223 authored May 3, 2021
2 parents 422efc3 + d9d0066 commit 1da98ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildscript {
}

project.ext {
versionCode = 3
versionName = "1.1.2"
versionCode = 4
versionName = "1.1.3"

compileSdkVersion = 30
targetSdkVersion = 30
Expand Down

0 comments on commit 1da98ca

Please sign in to comment.