Finish v1.28.2(296)
This commit is contained in:
commit
29fd0292e7
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 295
|
||||
def appVersionName = '1.28.1'
|
||||
def appVersionCode = 296
|
||||
def appVersionName = '1.28.2'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -314,6 +314,10 @@ public class SettingsManager {
|
||||
.setGestName("PICKING")
|
||||
.setSection("SPEDIZIONE")
|
||||
.setKeySection("FLAG_PRINT_PACKING_LIST_ON_CLOSE"));
|
||||
stbGestSetupList.add(new StbGestSetup()
|
||||
.setGestName("PICKING")
|
||||
.setSection("SPEDIZIONE")
|
||||
.setKeySection("FLAG_PRINT_ETICHETTE_ON_CLOSE"));
|
||||
stbGestSetupList.add(new StbGestSetup()
|
||||
.setGestName("PICKING")
|
||||
.setSection("SPEDIZIONE")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user