Finish v1.13.13(159)
This commit is contained in:
commit
0fd4dc668a
@ -7,8 +7,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 158
|
||||
def appVersionName = '1.13.12'
|
||||
def appVersionCode = 159
|
||||
def appVersionName = '1.13.13'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -33,6 +33,8 @@ public class ZebraBarcodeReader implements BarcodeReaderInterface {
|
||||
String model = Build.MODEL;
|
||||
if(model.equalsIgnoreCase("TC700H")) {
|
||||
return true;
|
||||
} else if(model.equalsIgnoreCase("TC200J")) {
|
||||
return true;
|
||||
} else return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user