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

Commit bc8351c

Browse files
committed
3.2.0
1 parent 0ebd167 commit bc8351c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Non sorti]
44

5+
## [3.2.0] - 2020-11-03
6+
### Ajouté
7+
- Sauvegarde des motifs
8+
- Validation du formulaire
9+
### Réglé
10+
- Ajout de la description du motif "Enfants"
11+
- Motifs dupliqués après un retour
12+
### Changé
13+
- Label des motifs
14+
515
## [3.1.0] - 2020-11-01
616
### Changé
717
- Utilisation de la dernière version de l'attestation

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.poupa.attestationdeplacement"
99
minSdkVersion 16
1010
targetSdkVersion 29
11-
versionCode 20
12-
versionName "3.1.0"
11+
versionCode 21
12+
versionName "3.2.0"
1313
multiDexEnabled true
1414
vectorDrawables.useSupportLibrary = true
1515

0 commit comments

Comments
 (0)