Finish v1.31.04(338)

This commit is contained in:
Giuseppe Scorrano 2023-02-23 14:05:28 +01:00
commit be58e333b6
2 changed files with 6 additions and 2 deletions

View File

@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 337
def appVersionName = '1.31.03'
def appVersionCode = 338
def appVersionName = '1.31.04'
signingConfigs {
release {

View File

@ -1750,6 +1750,10 @@ public class SpedizioneViewModel {
}
}
if (mMtbColtSessionID != null)
this.mColliDataRecoverService.closeSession(mMtbColtSessionID);
this.mCurrentMtbColt = null;
}