|
|
|
@ -20,7 +20,7 @@ android {
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
|
testImplementation 'junit:junit:4.13'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
apply from: "$project.rootDir/config/android-checkstyle.gradle"
|
|
|
|
apply from: "$project.rootDir/config/android-checkstyle.gradle"
|
|
|
|
|