Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
NicosNicolaou16 committed Aug 17, 2024
1 parent 5a25cba commit c424ca1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The library contain/features:

### Versioning

Gradle Version 8.5.1 <br />
Kotlin Version 2.0.0 <br />
Gradle Version 8.5.2 <br />
Kotlin Version 2.0.10 <br />
JDK Version 17 <br />
Minimum SDK 24 <br />
Target SDK 34 <br />
Expand All @@ -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
Expand All @@ -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
Expand All @@ -67,7 +67,7 @@ dependencyResolutionManagement {
```toml
[versions]
# other versions here...
imagePickerAndroid = "2.0.15"
imagePickerAndroid = "2.0.16"

[libraries]
# other libraries here...
Expand Down

0 comments on commit c424ca1

Please sign in to comment.