From 1ab379e0275ea74d0d068d0f7d08060fd7899207 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Fri, 5 May 2017 08:51:32 +0200 Subject: [PATCH] Prepare next release (0.12.0) --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 3f18561..05eab4a 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -2,8 +2,8 @@ apply plugin: 'com.android.library' apply plugin: 'jacoco' apply plugin: 'bintray-release' -def final String VERSION_NAME = "0.11.1" -def final int VERSION_CODE = 12 +def final String VERSION_NAME = "0.12.0" +def final int VERSION_CODE = 13 android { compileSdkVersion 23