Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(release): 2.5.2 #1398

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "fr.gaulupeau.apps.InThePoche"
minSdkVersion 21
targetSdkVersion 34
versionCode 231
versionName "2.5.1"
versionCode 232
versionName "2.5.2"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/232.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Allow the user to select their SD card and other external storage paths in addition to emulated SD storage
- Fix crash when using TTS on Android 13+
- Update dependencies
- Various translations
4 changes: 4 additions & 0 deletions fastlane/metadata/android/fr/changelogs/232.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Permettre à l'utilisateur de sélectionner sa carte SD et d'autres chemins de stockage externes en plus du stockage SD émulé
- Correction d'un crash lors de l'utilisation de TTS sur Android 13+
- Mise à jour des dépendances
- Diverses traductions
Loading