Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
NicosNicolaou16 committed May 17, 2024
1 parent 0c7c5c4 commit eca562b
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 @@ -18,8 +18,8 @@ The library contain/features:
### Versioning

Gradle Version 8.4.0 <br />
Kotlin Version 1.9.23 <br />
Compose Compiler Version 1.5.13 <br />
Kotlin Version 1.9.24 <br />
Compose Compiler Version 1.5.14 <br />
JDK Version 17 <br />
Minimum SDK 24 <br />
Target SDK 34 <br />
Expand All @@ -36,7 +36,7 @@ THE BETA RELEASES MAYBE CONTAIN MAJOR/MINOR CHANGES
### Groovy

```Groovy
implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.0.11'
implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.0.12'
```

```Groovy
Expand All @@ -50,7 +50,7 @@ allprojects {
### Kotlin DSL

```Kotlin
implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.0.11")
implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.0.12")
```

```Kotlin
Expand All @@ -68,7 +68,7 @@ dependencyResolutionManagement {
```toml
[versions]
# other versions here...
imagePickerAndroid = "2.0.11"
imagePickerAndroid = "2.0.12"

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

0 comments on commit eca562b

Please sign in to comment.