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

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Nov 4, 2020
1 parent 0ebd167 commit bc8351c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Non sorti]

## [3.2.0] - 2020-11-03
### Ajouté
- Sauvegarde des motifs
- Validation du formulaire
### Réglé
- Ajout de la description du motif "Enfants"
- Motifs dupliqués après un retour
### Changé
- Label des motifs

## [3.1.0] - 2020-11-01
### Changé
- Utilisation de la dernière version de l'attestation
Expand Down
4 changes: 2 additions & 2 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 20
versionName "3.1.0"
versionCode 21
versionName "3.2.0"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true

Expand Down

0 comments on commit bc8351c

Please sign in to comment.