From f158a81356d0be5ab120bdb286cfef106c412086 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Wed, 21 Feb 2024 18:27:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ecfb08..c88ff69 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ dependencies { testImplementation 'junit:junit:4.13' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' - implementation 'com.github.ltrudu:DeviceIdentifiersWrapper:0.3' + implementation 'com.github.ltrudu:DeviceIdentifiersWrapper:+' } ```