From d62b3d6e7160f480791af64910479b6846e3c9fd Mon Sep 17 00:00:00 2001 From: plattysoft Date: Mon, 19 Sep 2016 23:01:59 +0100 Subject: [PATCH] update lib version --- LeonidsLib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeonidsLib/build.gradle b/LeonidsLib/build.gradle index 231c150..4e35051 100644 --- a/LeonidsLib/build.gradle +++ b/LeonidsLib/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -def versionName = '1.3.1' +def versionName = '1.3.2' android { compileSdkVersion 15