Skip to content

Commit 1b5e49b

Browse files
committed
2 parents c5f7a52 + 961eef5 commit 1b5e49b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@
1111
## Sample Repository
1212
https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample
1313

14-
## V0.4 : Basic cache mechanism & Wait for EMDK availability
14+
## V0.4 to v0.8 : Basic cache mechanism & Wait for EMDK availability
1515
```text
1616
Added basic cache mechanism.
1717
The IMei and the Serial number will be cached once they get retrieved.
1818
The cache can be reset with the method:
1919
DIHelper.resetCachedValues()
2020
Added a mechanism to wait for the EMDK if it is not available (when responding to the BOOT_COMPLETED event for ex.)
2121
To be tested... feel free to report any issue regarding this feature.
22+
Check the sample for a basic implementation.
23+
Added lots of logs that will be sent to logCat or to the onDebugStatus callback method.
24+
Updated gradle version to release 7.3.3
2225
```
2326
## V0.3 : Update for A11
2427
```text

0 commit comments

Comments
 (0)