diff --git a/README.md b/README.md index 2b2d505..33d128d 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ The library contain/features: ### Versioning -Gradle Version 8.5.1
-Kotlin Version 2.0.0
+Gradle Version 8.5.2
+Kotlin Version 2.0.10
JDK Version 17
Minimum SDK 24
Target SDK 34
@@ -35,7 +35,7 @@ THE BETA RELEASES MAYBE CONTAIN MAJOR/MINOR CHANGES ### Groovy ```Groovy -implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.0.15' +implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.0.16' ``` ```Groovy @@ -49,7 +49,7 @@ allprojects { ### Kotlin DSL ```Kotlin -implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.0.15") +implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.0.16") ``` ```Kotlin @@ -67,7 +67,7 @@ dependencyResolutionManagement { ```toml [versions] # other versions here... -imagePickerAndroid = "2.0.15" +imagePickerAndroid = "2.0.16" [libraries] # other libraries here...