commit d12258026b0753ae1d4bd16e9a6212c4b69dd4aa Author: Valerio Bozzolan Date: Thu May 22 10:35:20 2025 +0200 Release F-Droid version 2.4.1 diff --git a/app/build.gradle b/app/build.gradle index 5a4992a..11d8acd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { minSdkVersion 21 targetSdkVersion 35 buildToolsVersion = '35.0.1' - versionCode 63 - versionName "2.4.0" + versionCode 64 + versionName "2.4.1" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/64.txt b/metadata/en-US/changelogs/64.txt new file mode 100644 index 0000000..8c331a8 --- /dev/null +++ b/metadata/en-US/changelogs/64.txt @@ -0,0 +1,7 @@ +Fix crash when showing the stop in the map from Favorites +Resolved by fabio.mazza +https://gitpull.it/T1303 + +Fix crash when opening the Settings +Resolved by fabio.mazza +https://gitpull.it/T1302 \ No newline at end of file diff --git a/metadata/it/changelogs/64.txt b/metadata/it/changelogs/64.txt new file mode 100644 index 0000000..835c4b4 --- /dev/null +++ b/metadata/it/changelogs/64.txt @@ -0,0 +1,7 @@ +Risolto crash mostrando la fermata dai Preferiti +Risolto da fabio.mazza +https://gitpull.it/T1303 + +Risolto crash aprendo le impostazioni +Risolto da fabio.mazza +https://gitpull.it/T1302 \ No newline at end of file