diff --git a/build.gradle b/build.gradle --- a/build.gradle +++ b/build.gradle @@ -43,8 +43,8 @@ applicationId "it.reyboz.bustorino" minSdkVersion 14 targetSdkVersion 29 - versionCode 33 - versionName "1.15.2" + versionCode 34 + versionName "1.15.3" vectorDrawables.useSupportLibrary = true } diff --git a/metadata/en-US/changelogs/34.txt b/metadata/en-US/changelogs/34.txt new file mode 100644 --- /dev/null +++ b/metadata/en-US/changelogs/34.txt @@ -0,0 +1,3 @@ +* GTT changes our APIs... and we update our app. In your face! +* now the version code is shown in the information screen (thanks to Marco M. for the tip!) +* this version was forged by Fabio Mazza! diff --git a/metadata/it/changelogs/34.txt b/metadata/it/changelogs/34.txt new file mode 100644 --- /dev/null +++ b/metadata/it/changelogs/34.txt @@ -0,0 +1,3 @@ +* GTT ci cambia le API... e noi aggiorniamo l'app. Tiè! +* ora il codice di versione è mostrato nella schermata informazioni (grazie a Marco M. per il suggerimento!) +* questa versione è stata forgiata da Fabio Mazza!