From 3095b3222e38898c86c28d660090aa278631312e Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Wed, 7 Sep 2016 11:16:07 +0200 Subject: [PATCH] Upgrade version number to 0.11.0 --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index bdaf9bb..38f3c36 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.10.0" -def final int VERSION_CODE = 10 +def final String VERSION_NAME = "0.11.0" +def final int VERSION_CODE = 11 android { compileSdkVersion 23