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

Commit

Permalink
Increase SDK version to 1.5.1, app version to 2.6.1 and AGP version t…
Browse files Browse the repository at this point in the history
…o 7.0.3
  • Loading branch information
M-Wong committed Oct 13, 2021
1 parent 62fee38 commit 2687309
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools:r8:3.0.69'
classpath 'com.android.tools.build:gradle:7.0.2'
classpath 'com.android.tools.build:gradle:7.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath 'ch.ubique.gradle:ubdiag-android:7.0.2'
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

api 'ch.admin.bag.covidcertificate:sdk-android:1.5'
api 'ch.admin.bag.covidcertificate:sdk-android:1.5.1'
api 'ch.admin.bag.covidcertificate:sdk-core:2.0'

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
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 23
targetSdkVersion 30
versionCode 2600
versionName "2.6.0"
versionCode 2610
versionName "2.6.1"

// 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 23
targetSdkVersion 30
versionCode 2600
versionName "2.6.0"
versionCode 2610
versionName "2.6.1"

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

0 comments on commit 2687309

Please sign in to comment.