Skip to content
Snippets Groups Projects
Commit 3067fce2 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Clean gradle build files

parent 9baac208
No related branches found
No related tags found
No related merge requests found
......@@ -74,5 +74,4 @@ dependencies {
api "com.android.support:support-fragment:$rootProject.ext.appCompatVersion"
testImplementation "junit:junit:$rootProject.ext.junitVersion"
implementation project(':tools')
implementation 'junit:junit:4.12'
}
\ No newline at end of file
......@@ -2,7 +2,7 @@ apply plugin: 'com.android.feature'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 27
compileSdkVersion rootProject.ext.compileSdkVersion
baseFeature true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment