From d1dccb4a72cbbaee1967b77a81484ad570b821d2 Mon Sep 17 00:00:00 2001 From: Dexafree Date: Thu, 24 Mar 2016 10:59:52 +0100 Subject: [PATCH] 23.2.2. Trying to fix Travis --- .travis.yml | 2 +- README.md | 2 +- app/build.gradle | 2 +- materialList/build.gradle | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa4b59a..8fe86cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false android: components: # The BuildTools version used by your project - - build-tools-23.0.2 + - build-tools-23.0.1 # Uncomment the lines below if you want to # use the latest revision of Android SDK Tools - platform-tools diff --git a/README.md b/README.md index 31b5799..233922b 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ In order to use MaterialList, you can either clone the project and import it as ```groovy dependencies { ... - compile 'com.github.dexafree:materiallist:3.2.1' + compile 'com.github.dexafree:materiallist:3.2.2' } ``` diff --git a/app/build.gradle b/app/build.gradle index 1a9b060..89f72d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion '23.0.2' + buildToolsVersion '23.0.1' defaultConfig { applicationId "com.dexafree.materiallistviewexample" diff --git a/materialList/build.gradle b/materialList/build.gradle index 50bbd3b..a0c0eec 100644 --- a/materialList/build.gradle +++ b/materialList/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion "23.0.2" + buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 10 targetSdkVersion 23 - versionCode 321 - versionName "3.2.1" + versionCode 322 + versionName "3.2.2" } buildTypes { release {