getlantern / firetweet

FireTweet for Android powered by Lantern
272 stars 73 forks source link

Command line compilation #129

Closed uaalto closed 9 years ago

uaalto commented 9 years ago

This also updates Gradle to 2.4, which update the plugin for Android Studio as well. Gradle 2.4 provides faster builds, (20-40% according to https://docs.gradle.org/current/release-notes

uaalto commented 9 years ago

This might be useful also for fixing Travis CI build. I noticed that ./gradlew build doesn't work, the Makefile replicates the Android Studio commands, which might be what we want on Travis CI at some point.

myleshorton commented 9 years ago

Nice. You want to take a look @atavism or @xiam? Seems like our Lantern Travis is having issues as well, but that's unrelated.

atavism commented 9 years ago

Yep, I'll take a look!

atavism commented 9 years ago

@uaalto This works well for me and will be super useful. Build time definitely seems faster with the new version of gradle too. Thanks! Merging.