From 1e59ae14834b1668fa8b4a262af90a3ff87808d0 Mon Sep 17 00:00:00 2001 From: stephentuso Date: Wed, 25 May 2016 15:38:09 -0400 Subject: [PATCH] Changes for release --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8af9043f..00ee9a18 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This library is available through jCenter. Gradle: ```groovy -compile 'com.stephentuso:welcome:0.7.1' +compile 'com.stephentuso:welcome:0.7.2' ``` If you use proguard, add the following to your proguard rules diff --git a/gradle.properties b/gradle.properties index 4b761778..8d9fd68b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true GROUP=com.stephentuso -VERSION_NAME=0.7.1 -VERSION_CODE=16 +VERSION_NAME=0.7.2 +VERSION_CODE=17 LIBRARY_PACKAGING=aar LIBRARY_NAME=welcome