From 975d075ef72044f01e46f79a0cafc322b9c48a84 Mon Sep 17 00:00:00 2001 From: Steven Schoen Date: Mon, 3 Nov 2014 00:52:02 -0500 Subject: [PATCH] Updated build script and version --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +-- library/build.gradle | 14 +++++----- library/library.iml | 33 +++++++++++++++++++----- library/src/main/AndroidManifest.xml | 4 --- 5 files changed, 37 insertions(+), 20 deletions(-) diff --git a/build.gradle b/build.gradle index f0b9d94..0b60249 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:0.12.+' + classpath 'com.android.tools.build:gradle:0.14.0' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1e61d1f..2ae4d12 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 10 15:27:10 PDT 2013 +#Mon Nov 03 00:50:19 EST 2014 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip diff --git a/library/build.gradle b/library/build.gradle index 37ae320..6d44022 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,15 +1,15 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 19 - buildToolsVersion "20.0.0" + compileSdkVersion 21 + buildToolsVersion "21.1.0" defaultConfig { applicationId "com.stevenschoen.accountsuggesttextview" - minSdkVersion 10 - targetSdkVersion 19 - versionCode 1 - versionName "1.0" + minSdkVersion 5 + targetSdkVersion 21 + versionCode 2 + versionName "1.1" } buildTypes { release { @@ -38,6 +38,6 @@ uploadArchives { } pom.groupId = 'bintray-dsteve595-AccountSuggestTextView-AccountSuggestTextView' pom.artifactId = 'library' - pom.version = '1.0' + pom.version = '1.1' } } \ No newline at end of file diff --git a/library/library.iml b/library/library.iml index 316d1fd..6289e8a 100644 --- a/library/library.iml +++ b/library/library.iml @@ -10,9 +10,10 @@