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 3fb9245 commit 6c25dfdCopy full SHA for 6c25dfd
README.md
@@ -49,10 +49,17 @@ Sample AdroidManifest.xml:
49
</application>
50
```
51
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
+```
59
60
Finally, add DeviceIdentifierWrapper dependency to your application build.graddle file:
61
```text
- implementation 'com.zebra.deviceidentifierswrapper:deviceidentifierswrapper:0.1'
62
+ implementation 'com.github.ltrudu:DeviceIdentifiersWrapper:0.2'
63
64
65
Sample build.graddle:
0 commit comments