From aba3c7d72d095790cb90263fb5221480bf1dee34 Mon Sep 17 00:00:00 2001 From: Hussein Aladeen Date: Sun, 21 Feb 2021 23:50:25 +0000 Subject: [PATCH] Prep version 0.1.6 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa72d4a..b52c6c2 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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: diff --git a/gradle.properties b/gradle.properties index b31fc41..dabb305 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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