diff --git a/app/build.gradle b/app/build.gradle --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ 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 --- /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 --- /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