Skip to content

Commit 6c25dfd

Browse files
authored
Update README.md
1 parent 3fb9245 commit 6c25dfd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,17 @@ Sample AdroidManifest.xml:
4949
</application>
5050
```
5151

52+
You'll need to add a the jitpack.io repository in your build.graddle file:
53+
```text
54+
repositories {
55+
google()
56+
maven { url 'https://jitpack.io' }
57+
}
58+
```
5259

5360
Finally, add DeviceIdentifierWrapper dependency to your application build.graddle file:
5461
```text
55-
implementation 'com.zebra.deviceidentifierswrapper:deviceidentifierswrapper:0.1'
62+
implementation 'com.github.ltrudu:DeviceIdentifiersWrapper:0.2'
5663
```
5764

5865
Sample build.graddle:

0 commit comments

Comments
 (0)