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

Commit e1b769e

Browse files
committed
3.0.1
1 parent f0eda5c commit e1b769e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
## [Non sorti]
44

5+
## [3.0.1] - 2020-10-30
6+
### Réglé
7+
- QRcode généré conformément au formulaire officiel
8+
- Affichage du QR code plus grand
9+
- Fautes d'orthographes
10+
511
## [3.0.0] - 2020-10-29
612
### Ajouté
713
- Attestation de déplacement dérogatoire : le retour de la vengeance

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 18
12-
versionName "3.0.0"
11+
versionCode 19
12+
versionName "3.0.1"
1313
multiDexEnabled true
1414
vectorDrawables.useSupportLibrary = true
1515

0 commit comments

Comments
 (0)