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 62 - versionName "2.3.1" + versionCode 63 + versionName "2.4.0" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/63.txt b/metadata/en-US/changelogs/63.txt new file mode 100644 --- /dev/null +++ b/metadata/en-US/changelogs/63.txt @@ -0,0 +1,12 @@ +Open the line details from arrivals in the correct direction +Resolved by fabio.mazza +https://gitpull.it/T1216 + +[Funciure request] Navigate to the stop +Reported by marcoM32 +Resolved by fabio.mazza +https://gitpull.it/T897 + +Use MapLibre instead of OsmDroid +Resolved by fabio.mazza +https://gitpull.it/T1225 \ No newline at end of file diff --git a/metadata/it/changelogs/63.txt b/metadata/it/changelogs/63.txt new file mode 100644 --- /dev/null +++ b/metadata/it/changelogs/63.txt @@ -0,0 +1,12 @@ +Aprire i dettagli della mappa mostrando la direzione giusta +Risolto da fabio.mazza +https://gitpull.it/T1216 + +[Funciure request] Navigate to the stop +Segnalato da marcoM32 +Risolto da fabio.mazza +https://gitpull.it/T897 + +Use MapLibre instead of OsmDroid +Risolto da fabio.mazza +https://gitpull.it/T1225 \ No newline at end of file