android-template icon indicating copy to clipboard operation
android-template copied to clipboard

This template provides a starting point for open source Android projects at Uber.

Results 6 android-template issues
Sort by recently updated
recently updated
newest added

Bottom of sample libraries should have ``` apply from: rootProject.file('gradle/gradle-mvn-push.gradle') ``` Without this, calling `uploadArchives` won't have an effect.

https://github.com/uber/AutoDispose/pull/106

See autodispose's setup via using env var

https://publicobject.com/2015/11/14/publishing-javadoc-for-github-projects/

Should the android-app and android-lib (see #3) have robolectric support built in? Seems to be a pretty big limitation if we force people to drop our robolectric test pipeline when...

enhancement