Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
NicosNicolaou16 committed Oct 25, 2024
1 parent 5145bdf commit ace18e8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ The library contain/features:

### Versioning

Gradle Version 8.6.1 <br />
Kotlin Version 2.0.20 <br />
Gradle Version 8.7.1 <br />
Kotlin Version 2.0.21 <br />
JDK Version 17 <br />
Minimum SDK 24 <br />
Target SDK 34 <br />
Build Tool Version 34 <br />
Target SDK 35 <br />
Build Tool Version 35 <br />

## IMPORTANT NOTE

Expand All @@ -35,7 +35,7 @@ THE BETA RELEASES MAYBE CONTAIN MAJOR/MINOR CHANGES
### Groovy

```Groovy
implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.1.1'
implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.2.0'
```

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

```Kotlin
implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.1.1")
implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.2.0")
```

```Kotlin
Expand All @@ -67,7 +67,7 @@ dependencyResolutionManagement {
```toml
[versions]
# other versions here...
imagePickerAndroid = "2.1.1"
imagePickerAndroid = "2.2.0"

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

0 comments on commit ace18e8

Please sign in to comment.