Skip to content

Commit

Permalink
Bump to v1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
mirfatif committed Nov 18, 2023
1 parent 498ce7e commit b0930e1
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
Expand Up @@ -10,8 +10,8 @@ android {
applicationId namespace
minSdk minSdkVer
targetSdk targetSdkVer
versionCode 102
versionName "v1.03-beta1"
versionCode 103
versionName "v1.03"

buildConfigField "boolean", "GH_VERSION", System.getenv('IS_PS_VERSION') != "true" ? "true" : "false"
}
Expand Down

0 comments on commit b0930e1

Please sign in to comment.