Skip to content

Commit 1f17043

Browse files
authored
Update README.md
1 parent 5702ea5 commit 1f17043

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

5656
Sample 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-
7168
Now you can use the following snippet codes to retrieve IMEI number and Serial Number information.
7269

7370

0 commit comments

Comments
 (0)