Skip to content

Commit

Permalink
Version 0.0.12: New Trust Registry Format
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Dec 30, 2021
1 parent 39d6842 commit 71a3302
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 11
versionName "0.0.11"
versionCode 12
versionName "0.0.12"

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

0 comments on commit 71a3302

Please sign in to comment.