From 61077776dfd6d5852b2a1889ced7540a4738f4c0 Mon Sep 17 00:00:00 2001 From: William Mora Date: Tue, 23 Sep 2014 21:46:49 -0300 Subject: [PATCH] Version 1.2.0 --- lib/build.gradle | 4 ++-- lib/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 43644f0..e5f2494 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.williammora.snackbar" minSdkVersion 15 targetSdkVersion 19 - versionCode 1 - versionName "1.0.0" + versionCode 3 + versionName "1.2.0" testInstrumentationRunner "android.test.InstrumentationTestRunner" testHandleProfiling true testFunctionalTest true diff --git a/lib/gradle.properties b/lib/gradle.properties index 151eb56..5e65cf5 100644 --- a/lib/gradle.properties +++ b/lib/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Snackbar POM_ARTIFACT_ID=snackbar POM_PACKAGING=aar GROUP=com.williammora -VERSION_NAME=1.1.0 +VERSION_NAME=1.2.0 POM_DESCRIPTION=Snackbar Android library POM_URL=https://github.com/wmora/snackbar