diff --git a/build.gradle b/build.gradle
index 3833e4b..2474515 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,117 +1,117 @@
 buildscript {
     repositories {
         jcenter()
         maven { url 'https://maven.google.com' }
         google()
 
     }
 
     dependencies {
 
         classpath 'com.android.tools.build:gradle:4.1.3'
     }
     ext {
         //libraries versions
         fragment_version = "1.3.3"
         activity_version = "1.1.0"
         appcompat_version = "1.2.0"
         preference_version = "1.1.1"
         work_version = "2.5.0"
 
         acra_version = "5.7.0"
         lifecycle_version = "2.3.1"
         arch_version = "2.1.0"
 
     }
 }
 allprojects {
     repositories {
         jcenter()
         maven { url 'https://maven.google.com' }
         google()
 
     }
 }
 
 apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 29
     buildToolsVersion '29.0.3'
 
     defaultConfig {
         applicationId "it.reyboz.bustorino"
         minSdkVersion 14
         targetSdkVersion 29
-        versionCode 32
-        versionName "1.14.1"
+        versionCode 33
+        versionName "1.15.2"
         vectorDrawables.useSupportLibrary = true
     }
 
     compileOptions {
         sourceCompatibility JavaVersion.VERSION_1_8
         targetCompatibility JavaVersion.VERSION_1_8
     }
 
     sourceSets {
         main {
             manifest.srcFile 'AndroidManifest.xml'
             java.srcDirs = ['src']
             resources.srcDirs = ['src']
             aidl.srcDirs = ['src']
             renderscript.srcDirs = ['src']
             res.srcDirs = ['res']
             assets.srcDirs = ['assets']
         }
     }
     buildTypes {
         debug {
             applicationIdSuffix ".debug"
             versionNameSuffix "-dev"
         }
     }
 
     lintOptions {
         abortOnError false
     }
 
     repositories {
         jcenter()
         mavenLocal()
     }
 
     dependencies {
         //new libraries
         implementation "androidx.fragment:fragment:$fragment_version"
         implementation "androidx.activity:activity:$activity_version"
         implementation "androidx.annotation:annotation:1.2.0"
         implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
         implementation "androidx.appcompat:appcompat:$appcompat_version"
         implementation "androidx.appcompat:appcompat-resources:$appcompat_version"
         implementation "androidx.preference:preference:$preference_version"
         implementation "androidx.work:work-runtime:$work_version"
 
 
         implementation "com.google.android.material:material:1.3.0"
 
 
         implementation 'org.jsoup:jsoup:1.13.1'
         implementation 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1'
         implementation 'com.android.volley:volley:1.2.0'
 
         implementation 'org.osmdroid:osmdroid-android:6.1.10'
         // ACRA
         implementation "ch.acra:acra-mail:$acra_version"
         implementation "ch.acra:acra-dialog:$acra_version"
         // google transit realtime
         implementation 'com.google.protobuf:protobuf-java:3.14.0'
 
         // ViewModel
         implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
         // LiveData
         implementation "androidx.lifecycle:lifecycle-livedata:$lifecycle_version"
         // Lifecycles only (without ViewModel or LiveData)
         implementation "androidx.lifecycle:lifecycle-runtime:$lifecycle_version"
 
     }
 }
diff --git a/metadata/en-US/changelogs/33.txt b/metadata/en-US/changelogs/33.txt
new file mode 100644
index 0000000..c598756
--- /dev/null
+++ b/metadata/en-US/changelogs/33.txt
@@ -0,0 +1,11 @@
+* set version name to "Vader Vehicles" for the glory of Fabio Mazza
+* added donation button (try it and donate to Fabio Mazza! - says Valerio)
+* improved map performance - https://gitpull.it/T427
+* added sidebar
+* improved menu bar
+* fix map crash
+* fix nearby stops on GPS activation
+* fix map follow-me
+* fix database connections
+* fix stops without details in favorites - https://gitpull.it/T1
+* fix stops with NULL name -  https://gitpull.it/T840
diff --git a/metadata/it/changelogs/33.txt b/metadata/it/changelogs/33.txt
new file mode 100644
index 0000000..6efe6a4
--- /dev/null
+++ b/metadata/it/changelogs/33.txt
@@ -0,0 +1,11 @@
+* versione ad onore del nostro Fabio Mazza "Vader Vehicles"
+* aggiunto pulsante donazione (provate e donate a Fabio Mazza! - dice Valerio)
+* migliorate performance mappa - https://gitpull.it/T427
+* introdotto menĂ¹ laterale
+* migliorato menĂ¹
+* fix crash sulla mappa
+* fix schermate vicine all'attivazione GPS
+* fix mappa per seguire la posizione
+* fix connessioni database
+* fix fermate senza dettagli nei preferiti - https://gitpull.it/T1
+* fix fermate con nome a NULL -  https://gitpull.it/T840