Skip to content

Commit

Permalink
Version 0.0.16: Fixing Gender "-" for Indonesia
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jul 19, 2022
1 parent 03ed6df commit 780e213
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 @@ -11,8 +11,8 @@ android {
applicationId "org.who.ddccverifier"
minSdk 25
targetSdk 30
versionCode 15
versionName "0.0.15"
versionCode 16
versionName "0.0.16"

buildConfigField "String", "OPENID_CLIENT_ID", "\"verifier-app\""
buildConfigField "String", "OPENID_REDIRECT_URI", "\"${applicationId}:/redirect\""
Expand Down

0 comments on commit 780e213

Please sign in to comment.