Skip to content

Commit

Permalink
chore: update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Light2288 committed Jan 31, 2022
1 parent 2f76ac4 commit 2508f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ android {
buildConfigField "String", "BASE_URL", "\"https://testaka4.sogei.it/v1/dgc/\""
buildConfigField "String", "SERVER_HOST", "\"testaka4.sogei.it\""
buildConfigField "String", "CERTIFICATE_SHA", "\"sha256/R0d+cI8vTcJ3sCbpfQCH0OmdBbulPH3deYhngzOqJVA=\""
buildConfigField "String", "SDK_VERSION", "\"1.1.2\""
buildConfigField "String", "SDK_VERSION", "\"1.1.3\""
}

release {
buildConfigField "String", "BASE_URL", "\"https://get.dgc.gov.it/v1/dgc/\""
buildConfigField "String", "SERVER_HOST", "\"get.dgc.gov.it\""
buildConfigField "String", "CERTIFICATE_SHA", "\"sha256/7cZJIDPacG8FS3pq6Mvxg+7yBDM/VYc2alOcbVe/e74=\""
buildConfigField "String", "SDK_VERSION", "\"1.1.2\""
buildConfigField "String", "SDK_VERSION", "\"1.1.3\""

minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
Expand Down

0 comments on commit 2508f08

Please sign in to comment.