We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87749a5 commit c8a3a0fCopy full SHA for c8a3a0f
DeviceIdentifiersWrapper/build.gradle
@@ -35,7 +35,6 @@ dependencies {
35
androidTestImplementation 'com.android.support.test:runner:1.0.2'
36
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
37
compileOnly 'com.symbol:emdk:+'
38
- api 'com.symbol:emdk:7.0.0'
39
}
40
41
def jarName = 'deviceidentifierswrapper.jar'
SampleApplication/src/main/java/com/zebra/emdk_deviceidentifiers_sample/MainActivity.java
@@ -14,7 +14,7 @@
14
public class MainActivity extends AppCompatActivity {
15
16
String TAG = "DeviceID";
17
-
+
18
static String status = "";
19
TextView tvStatus;
20
TextView tvSerialNumber;
0 commit comments