Skip to content

Commit

Permalink
Update version code and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
falzonv committed Apr 16, 2021
1 parent 97c7af8 commit f327d64
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android
targetSdkVersion 30

// Versioning
versionCode 15
versionName "v2.6.0"
versionCode 16
versionName "v3.0.0"
}

// Build types always include debug (hidden by default)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<!-- Journal des changements -->
<string name="changelog_title">Journal des changements</string>
<string name="changelog">
\n<b>v3.0.0</b>
\n<b>v3.0.0 - 16/04/2021</b>
\n- Tiroir d\'applications s\'ouvre encore plus vite
\n- Apparence du tiroir plus simple (idée tuch96)
\n- Bouton de menu plus élégant (idée tuch96)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<!-- Changelog -->
<string name="changelog_title">Changelog</string>
<string name="changelog">
\n<b>v3.0.0</b>
\n<b>v3.0.0 - 16/04/2021</b>
\n- Applications drawer opens even faster
\n- Drawer appearance is simpler (idea tuch96)
\n- More elegant menu button (idea tuch96)
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Applications drawer opens even faster
- Drawer appearance is simpler (idea tuch96)
- More elegant menu button (idea tuch96)
- More elegant export/import buttons
- Major internal reorganization
- Fix: force portrait works in the drawer
6 changes: 6 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Tiroir d'applications s'ouvre encore plus vite
- Apparence du tiroir plus simple (idée tuch96)
- Bouton de menu plus élégant (idée tuch96)
- Boutons export/import plus élégants
- Réorganisation interne majeure
- Fix : portrait forcé fonctionne dans le tiroir

0 comments on commit f327d64

Please sign in to comment.