Skip to content

Commit

Permalink
Prep version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussein Aladeen committed Feb 21, 2021
1 parent 72135d2 commit aba3c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A small Jetpack Compose library that provides Compose support for different imag
To add Glide support, import the Neon Glide library:

```groovy
implementation 'com.husseinala.neon:glide:0.1.5'
implementation 'com.husseinala.neon:glide:0.1.6'
```

Provide a Glide `RequestManager` instance to your root Compose tree:
Expand Down Expand Up @@ -41,7 +41,7 @@ fun GlideApp(requestManager: RequestManager) {
To add Picasso support, import the Neon Picasso library:

```groovy
implementation 'com.husseinala.neon:picasso:0.1.5'
implementation 'com.husseinala.neon:picasso:0.1.6'
```

Provide a `Picasso` instance to your root Compose tree:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.code.style=official

# Maven
GROUP=com.husseinala.neon
VERSION_NAME=0.1.5
VERSION_NAME=0.1.6

POM_DESCRIPTION=Jetpack Compose library that provides Compose support for different image loading libraries.
POM_INCEPTION_YEAR=2020
Expand Down

0 comments on commit aba3c7d

Please sign in to comment.