Finish v1.32.17(357)
This commit is contained in:
commit
be7d3775cc
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 356
|
||||
def appVersionName = '1.32.16'
|
||||
def appVersionCode = 357
|
||||
def appVersionName = '1.32.17'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -51,7 +51,7 @@ public class Ordine {
|
||||
private boolean orderNewProducts = false;
|
||||
|
||||
@ColumnInfo(name = "id_griglia")
|
||||
private int idGriglia;
|
||||
private Integer idGriglia;
|
||||
|
||||
@ColumnInfo(name = "cod_alis")
|
||||
private String codAlis;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user