Shared open source code for Instructure's mobile apps published as artifacts.
The espresso lib is published on bintray.
snapshot
is released after every push to master- tagged versions are automatically published as stable releases
repositories {
maven {
url "https://dl.bintray.com/instructure/maven"
}
}
dependencies {
compile("com.github.instructure:espresso:snapshot") // snapshot release
compile("com.github.instructure:espresso:1.0.0") // stable release
}