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 9, 2021
1 parent d641289 commit 54961b4
Show file tree
Hide file tree
Showing 3 changed files with 16 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 13
versionName "v2.5.0"
versionCode 14
versionName "v2.5.1"
}

// Build types always include debug (hidden by default)
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
v2.5.1:
- Fix: possible bug with web apps on Android >= 8

v2.5.0:
- Automatic update of the list after import
- New web apps/shortcuts will have icons
- Fix: adapt favorites limit to screen size (thanks AeOeAa)
7 changes: 7 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
v2.5.1 :
- Fix: possible bug avec les applications web sur Android >= 8

v2.5.0 :
- Mise à jour automatique de la liste après import
- Icônes affichées pour les nouveaux raccourcis web
- Fix: adapter la limite de favoris à la taille d\'écran (merci AeOeAa)

0 comments on commit 54961b4

Please sign in to comment.