Skip to content

Commit da930df

Browse files
authored
Update README.md
1 parent b4679cb commit da930df

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ To access the serial number and IMEI file on Zebra Android devices running Andro
1414
```
1515

1616
Then add the uses-library element to your application
17-
17+
```xml
18+
<uses-library android:name="com.symbol.emdk" />
19+
```
20+
Sample AdroidManifest.xml:
1821
```xml
1922
<application
2023
android:allowBackup="true"
@@ -35,6 +38,11 @@ Then add the uses-library element to your application
3538
```
3639

3740
Finally, add EMDK dependency to your application build.graddle file:
41+
```text
42+
compileOnly 'com.symbol:emdk:+'
43+
```
44+
45+
Sample build.graddle:
3846
```text
3947
dependencies {
4048
implementation fileTree(dir: 'libs', include: ['*.jar'])

0 commit comments

Comments
 (0)