Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Updating gradle configs so it's buildable #339

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
classpath 'com.android.tools.build:gradle:1.0.0'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not user version 1.1.3 (latest stable release) directly?

classpath 'org.ajoberstar:gradle-git:0.9.0'
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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