JuulLabs / stropping

Stropping performs reflection on Dagger to make instrumented testing easier.
Apache License 2.0
4 stars 1 forks source link

Configure project for Sonatype deployment #19

Closed twyatt closed 4 years ago

twyatt commented 4 years ago

Library consumers can use the snapshots via:

repositories {
    maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}

dependencies {
    androidTestImplementation "com.juul.stropping:stropping:$version"
}