session-android/BUILDING.md
Moxie Marlinspike 1c8f8666ba 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.
2013-10-10 13:52:24 -07:00

199 B

Building TextSecure

  1. Ensure the 'Android Support Repository' is installed from the Android SDK manager.
  2. Ensure gradle >= 1.8 is installed.

Execute Gradle:

gradle build