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 Aug 15, 2021
1 parent 77d0283 commit d90c239
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 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 34
versionName "v4.6.1"
versionCode 35
versionName "v4.7.0"
}

// Build types always include debug (hidden by default)
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/assets/changelog-en/35.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v4.7.0 (35)
NEW THINGS
- Custom color for folders icons (@drewski-00h)
- Rename applications (@MathieuA)
- Norwegian Bokmål translation by Allan Nordhøy
IMPROVEMENTS
- Hidden apps moved in settings (@drewski-00h)
- Remove the favorites limit (@xi7)
- Minor internal improvements
9 changes: 9 additions & 0 deletions app/src/main/assets/changelog-fr/35.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v4.7.0 (35)
NOUVEAUTÉS
- Icônes de dossiers colorées (@drewski-00h)
- Applications renommables (@MathieuA)
- Traduction en Norvégien Bokmål par Allan Nordhøy
AMÉLIORATIONS
- Applis masquées dans paramètres (@drewski-00h)
- Suppression de la limite de favoris (@xi7)
- Améliorations internes mineures
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v4.7.0 (35)
NEW THINGS
- Custom color for folders icons (@drewski-00h)
- Rename applications (@MathieuA)
- Norwegian Bokmål translation by Allan Nordhøy
IMPROVEMENTS
- Hidden apps moved in settings (@drewski-00h)
- Remove the favorites limit (@xi7)
- Minor internal improvements
9 changes: 9 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/35.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v4.7.0 (35)
NOUVEAUTÉS
- Icônes de dossiers colorées (@drewski-00h)
- Applications renommables (@MathieuA)
- Traduction en Norvégien Bokmål par Allan Nordhøy
AMÉLIORATIONS
- Applis masquées dans paramètres (@drewski-00h)
- Suppression de la limite de favoris (@xi7)
- Améliorations internes mineures

0 comments on commit d90c239

Please sign in to comment.