File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ Sample AdroidManifest.xml:
4848```
4949
5050
51- Finally, add EMDK dependency to your application build.graddle file:
51+ Finally, add DeviceIdentifierWrapper dependency to your application build.graddle file:
5252``` text
53- compileOnly 'com.symbol:emdk:+'
53+ implementation 'com.zebra.deviceidentifierswrapper:deviceidentifierswrapper:0.1'
5454```
5555
5656Sample build.graddle:
@@ -61,13 +61,10 @@ dependencies {
6161 testImplementation 'junit:junit:4.13'
6262 androidTestImplementation 'com.android.support.test:runner:1.0.2'
6363 androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
64- compileOnly 'com.symbol:emdk:+ '
64+ implementation 'com.zebra.deviceidentifierswrapper:deviceidentifierswrapper:0.1 '
6565}
6666```
6767
68-
69- Add the module DeviceIdentifierWrapper as a dependency to your application.
70-
7168Now you can use the following snippet codes to retrieve IMEI number and Serial Number information.
7269
7370
You can’t perform that action at this time.
0 commit comments