change 'compile' to 'implementation' for Android Studio 3.1
This commit is contained in:
parent
9707364bb0
commit
b54920cb7f
|
@ -5,7 +5,7 @@ dependencies {
|
|||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.12'
|
||||
}
|
||||
|
||||
sourceCompatibility = "1.7"
|
||||
|
|
Loading…
Reference in New Issue