Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Jan 19, 2021
1 parent 7dce641 commit 58b7578
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Non sorti]

## [3.5.1] - 2021-01-19
### Changé
- Mise à jour des horaires du formulaire de couvre feu

## [3.5.0] - 2020-12-15
### Changé
- Mise à jour du formulaire: couvre-feu
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.poupa.attestationdeplacement"
minSdkVersion 16
targetSdkVersion 29
versionCode 25
versionName "3.5.0"
versionCode 26
versionName "3.5.1"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true

Expand Down Expand Up @@ -37,8 +37,8 @@ android {
dependencies {
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation "androidx.room:room-runtime:2.2.5"
annotationProcessor "androidx.room:room-compiler:2.2.5"
implementation "androidx.room:room-runtime:2.2.6"
annotationProcessor "androidx.room:room-compiler:2.2.6"
implementation 'com.itextpdf:itextg:5.5.10'
implementation 'com.google.zxing:core:3.4.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
Expand Down
Binary file modified app/src/main/assets/attestation.pdf
Binary file not shown.

0 comments on commit 58b7578

Please sign in to comment.