This repository was archived by the owner on Aug 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2828dependencies {
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}
You can’t perform that action at this time.
0 commit comments