From 77a8e3cd281b39d5635e8f778344fc330709496d Mon Sep 17 00:00:00 2001 From: William Chen Date: Tue, 7 Apr 2015 11:42:44 -0700 Subject: [PATCH 1/2] Updating gradle configs so it's buildable --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a4110277..87def50f 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:0.12.2' + classpath 'com.android.tools.build:gradle:1.0.0' classpath 'org.ajoberstar:gradle-git:0.9.0' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37e9a177..083806d1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sat Jun 14 10:45:24 CEST 2014 +#Fri Mar 20 10:56:40 PDT 2015 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.2.1-all.zip From 29065e8cb507ae8d9d956a8950cec45bb4ce5c73 Mon Sep 17 00:00:00 2001 From: William Chen Date: Tue, 7 Apr 2015 13:28:39 -0700 Subject: [PATCH 2/2] Fix broken link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 118243f6..6fcd6da4 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,6 @@ License [9]: https://github.com/nhaarman/ListViewAnimations/releases/download/3.1.0/listviewanimations_lib-manipulation_3.1.0.jar [10]: https://github.com/nhaarman/ListViewAnimations/releases/download/3.1.0/listviewanimations_lib-core-slh_3.1.0.jar [11]: https://github.com/nhaarman/ListViewAnimations/wiki - [12]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.1.0/lib-core - [13]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.1.0/lib-manipulation - [14]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.1.0/lib-core-slh + [12]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.0.0/lib-core + [13]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.0.0/lib-manipulation + [14]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.0.0/lib-core-slh