From 949ebcb72fc15154710235ae17018866e57f22e8 Mon Sep 17 00:00:00 2001 From: Giulio Petek Date: Mon, 15 Jun 2015 13:47:27 +0200 Subject: [PATCH] Raise version to 1.0.1 --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 30fdc7d..58d27ca 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'me.tatarka.retrolambda' apply plugin: 'groovyx.grooid.groovy-android' +apply plugin: 'com.github.dcendents.android-maven' buildscript { repositories { @@ -11,13 +12,12 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:1.2.3' classpath 'me.tatarka:gradle-retrolambda:2.5.0' - classpath 'com.github.dcendents:android-maven-plugin:1.2' + classpath 'com.github.dcendents:android-maven-plugin:1.2' classpath 'org.codehaus.groovy:gradle-groovy-android-plugin:0.3.6' } } -apply plugin: 'com.github.dcendents.android-maven' -group='com.github.rheinfabrik' +group = 'com.github.rheinfabrik' android { compileSdkVersion 22 @@ -37,8 +37,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 22 - versionCode 100 - versionName "1.0.0" + versionCode 101 + versionName "1.0.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }