From 39aed87b051d038382d589d556fbba13f55c1b67 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Mon, 7 Nov 2022 13:00:46 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21fd5fb..4284f31 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Sample Repository https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample -## V0.4 : Basic cache mechanism & Wait for EMDK availability +## V0.4 to v0.8 : Basic cache mechanism & Wait for EMDK availability ```text Added basic cache mechanism. The IMei and the Serial number will be cached once they get retrieved. @@ -19,6 +19,9 @@ https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample DIHelper.resetCachedValues() Added a mechanism to wait for the EMDK if it is not available (when responding to the BOOT_COMPLETED event for ex.) To be tested... feel free to report any issue regarding this feature. + Check the sample for a basic implementation. + Added lots of logs that will be sent to logCat or to the onDebugStatus callback method. + Updated gradle version to release 7.3.3 ``` ## V0.3 : Update for A11 ```text