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

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Mar 26, 2021
1 parent 21868a5 commit e74f224
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.6.0] - 2021-03-26
### Changé
- Ajout des nouveaux formulaires de couvre feu et de confinement

## [3.5.1] - 2021-01-19
### Changé
- Mise à jour des horaires du formulaire de 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 26
versionName "3.5.1"
versionCode 27
versionName "3.6.0"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true

Expand All @@ -35,11 +35,11 @@ android {
}

dependencies {
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
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'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.1.3'


// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit e74f224

Please sign in to comment.