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

Commit ab698e7

Browse files
committed
1.2.0
1 parent 9d2b396 commit ab698e7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Non sorti]
44

5+
## [1.2.0] - 2020-04-11
6+
### Ajouté
7+
- Ajour de l'application sur le Google Play Store
8+
### Changé
9+
- Remplacement du calendrier pour la date de maissance par un input manuel
10+
- Renommage de l'application en "Attestation de déplacement"
11+
### Réglé
12+
- Support du dark mode de Android 10
13+
- Correction QRCode pour le rendre identique à l'original
14+
515
## [1.1.0] - 2020-04-08
616
### Changé
717
- Agrandissement du QR code

app/build.gradle

Lines changed: 2 additions & 12 deletions
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 8
12-
versionName "1.1.0"
11+
versionCode 9
12+
versionName "1.2.0"
1313
multiDexEnabled true
1414
vectorDrawables.useSupportLibrary = true
1515

@@ -26,18 +26,8 @@ android {
2626
}
2727

2828
dependencies {
29-
implementation fileTree(dir: 'libs', include: ['*.jar'])
30-
31-
implementation 'androidx.appcompat:appcompat:1.1.0'
3229
implementation 'com.google.android.material:material:1.1.0'
3330
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
34-
implementation 'androidx.navigation:navigation-fragment:2.2.1'
35-
implementation 'androidx.navigation:navigation-ui:2.2.1'
36-
implementation 'com.android.support:design:29.0.0'
3731
implementation 'com.itextpdf:itextg:5.5.10'
38-
implementation 'com.android.support:multidex:1.0.3'
3932
implementation 'com.google.zxing:core:3.4.0'
40-
testImplementation 'junit:junit:4.12'
41-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
42-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
4333
}

0 commit comments

Comments
 (0)