Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Nov 30, 2022
1 parent 98e3e30 commit 5ffc8a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "org.who.ddccverifier"
minSdk 26
targetSdk 33
versionCode 21
versionName "0.0.21"
versionCode 22
versionName "0.1.0"

buildConfigField "String", "OPENID_CLIENT_ID", "\"verifier-app\""
buildConfigField "String", "OPENID_REDIRECT_URI", "\"${applicationId}:/redirect\""
Expand Down
2 changes: 1 addition & 1 deletion web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

java {
group = "org.who.ddccverifier.web"
version = "0.0.21"
version = "0.1.0"

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 5ffc8a4

Please sign in to comment.