aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2014-12-08Restore rules.gradle.Jeff Davidson
Change-Id: Ie1f3aeed20e9f199836b2ced016515893af26c11
2014-12-05Migrate from Gradle to Maven.Ficus Kirkpatrick
- Restructure source to src/{main,test} style - Add pom.xml and update Android.mk - Migrate all tests to JUnit4 and Robolectric - RequestQueueTest is currently @Ignored as fixing it will involve more extensive refactoring. - Main library still builds in Gradle; tests do not Change-Id: I1edc53bb1a54f64d3e806e4572901295ef63e2ca
2014-11-23Fix deprecation warnings (now errors in 0.14.4) w/ gradle.Jeff Davidson
2014-06-16Update Volley to gradle-plugin 0.11 and build tools 19.1.0.Jeff Davidson
Required for Android Studio 0.6. Change-Id: I4c428972e5830cae41cbe7ce74e13e064c5c5c5c
2014-02-26Fix gradle issue.Xavier Ducrohet
For internal builds we don't want to reference mavenCentral, so this CL splits the build.gradle in 2 files. The main one only sets up the classpath of the build using mavenCentral, while the other contains the actual build rules (rules.gradle). The main file also applies the rules file so that no manual setup is required. It's all transparent for a standalone project. When building internally, we'll redirect the build to use rules.gradle directly instead of build.gradle, bypassing the mavenCentral setup. Change-Id: I7d334a5ddbdf40a856bf24ca9f41d3b8f61230ff
2014-02-10resolved conflicts for merge of 6c78e499 to masterNarayan Kamath
Change-Id: If2a1d6d8b7be71f450310ffa3c0cc9b35b563a02
2014-02-08Update Gradle buildFicus Kirkpatrick
2014-01-29Disable break on lint error.Xavier Ducrohet
Change-Id: I757cf92bc2b2e0e3ab1041c24be15a06a7960350
2014-01-23Update build-tools version for gradle.Xavier Ducrohet
Change-Id: I12d25605b1491c515460dcccfd70fd7333f28f3b
2013-06-25build.gradle - added tests config, cosmetic changes.Vladimir Baryshnikov
2013-06-18Gradle project file.Adam Metcalf
Adds a gradle project file so that other projects can use the volly library. Change-Id: I22d68fff50f9073474eb6be692bf7cbd08a366ea