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