Make the switch to gradle!

1) ABS is now published as an AAR, so we can eliminate all local
   dependencies and bundled jars.

2) Upgrade to ABS 4.4.0 (The Last Release) and deal with the loss
   of Sherlock.Dialog by faking it with our own themes.

3) Remove all traces of ant. The modern world is here.
This commit is contained in:
Moxie Marlinspike
2013-10-10 13:52:24 -07:00
parent 91dd558f7a
commit 1c8f8666ba
17 changed files with 160 additions and 56 deletions

8
.gitignore vendored
View File

@@ -12,3 +12,11 @@ lint.xml
local.properties
ant.properties
.DS_Store
build.log
build-log.xml
.gradle
build
signing.properties
gradle
gradlew
gradlew.bat