From 82e7b7aee53ff5153ee4cc9f91e612a1f4ed6306 Mon Sep 17 00:00:00 2001 From: "DESKTOP-12BFQC9\\guiguegon" Date: Thu, 22 Sep 2016 13:37:00 +0200 Subject: [PATCH] version v1.3.1 --- README.MD | 2 +- gallerymodule/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index bb9b389..97f8bbd 100644 --- a/README.MD +++ b/README.MD @@ -12,7 +12,7 @@ See GalleryModule post series in my [blog](http://guiguegon.es/blog/) ## Download Add the following dependency to your gradle file ```java -compile 'es.guiguegon:gallerymodule:1.3.0' +compile 'es.guiguegon:gallerymodule:1.3.1' ``` or use JitPack [![](https://jitpack.io/v/guiguegon/GalleryModule.svg)](https://jitpack.io/#guiguegon/GalleryModule) diff --git a/gallerymodule/build.gradle b/gallerymodule/build.gradle index bdef594..443a703 100644 --- a/gallerymodule/build.gradle +++ b/gallerymodule/build.gradle @@ -4,8 +4,8 @@ apply plugin: 'me.tatarka.retrolambda' apply plugin: 'com.jfrog.bintray' apply plugin: 'com.github.dcendents.android-maven' -def versionLibCode = 2 -def versionLibName = '1.3.0' +def versionLibCode = 3 +def versionLibName = '1.3.1' Properties properties = new Properties() if (project.rootProject.file('local.properties').exists()) {