blob: d237d304085b22984991e0a2806b0cc8a2e8049c [file] [log] [blame]
import android.support.LibraryVersions
apply plugin: 'java'
apply plugin: 'maven'
sourceCompatibility = 1.7
dependencies {
testCompile libs.junit
testCompile libs.mockito_core
compile libs.support.annotations
}
createAndroidCheckstyle(project)
version = LibraryVersions.LIFECYCLES.toString()