Skip to content

Commit

Permalink
Version 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jul 23, 2022
1 parent 67a0ccf commit 86a8532
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 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 33
versionCode 19
versionName "0.0.19"
versionCode 20
versionName "0.0.20"

buildConfigField "String", "OPENID_CLIENT_ID", "\"verifier-app\""
buildConfigField "String", "OPENID_REDIRECT_URI", "\"${applicationId}:/redirect\""
Expand Down Expand Up @@ -46,7 +46,12 @@ android {
"org.who.ddccverifier.trust.TrustRegistry.Scope.PRODUCTION, " +
"java.net.URI.create(\"https://raw.githubusercontent.com/Path-Check/trust-registry/main/registry_normalized.csv\"), " +
"null" +
") "+
"), "+
"new org.who.ddccverifier.trust.TrustRegistry.RegistryEntity(" +
"org.who.ddccverifier.trust.TrustRegistry.Scope.ACCEPTANCE_TEST, " +
"java.net.URI.create(\"https://raw.githubusercontent.com/Path-Check/trust-registry/main/test_registry_normalized.csv\")" +
", null" +
")"+
"}"

minifyEnabled false
Expand Down

0 comments on commit 86a8532

Please sign in to comment.