Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
update version to 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benz-ubique committed Nov 11, 2022
1 parent 3274351 commit f5d5a5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ android {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

api 'ch.admin.bag.covidcertificate:sdk-android:2.3.1'
api 'ch.admin.bag.covidcertificate:sdk-android:2.3.2'

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.7.0'
Expand Down
4 changes: 2 additions & 2 deletions verifier/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
applicationId "ch.admin.bag.covidcertificate.verifier"
minSdkVersion readPropertyWithDefault('minSdkVersion', '23').toInteger()
targetSdkVersion 31
versionCode 4_07_00_00
versionName "4.7.0"
versionCode 4_09_00_00
versionName "4.9.0"

// Stops the Gradle plugin’s automatic rasterization of vectors
generatedDensities = []
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
applicationId "ch.admin.bag.covidcertificate.wallet"
minSdkVersion readPropertyWithDefault('minSdkVersion', '23').toInteger()
targetSdkVersion 31
versionCode 4_07_00_00
versionName "4.7.0"
versionCode 4_09_00_00
versionName "4.9.0"

// Stops the Gradle plugin’s automatic rasterization of vectors
generatedDensities = []
Expand Down

0 comments on commit f5d5a5b

Please sign in to comment.