Skip to content

Commit b876e07

Browse files
author
Rafael Ortega
committed
change compile for implementation
1 parent 22b19ff commit b876e07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dsbridge/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ android {
2525
}
2626

2727
dependencies {
28-
compile fileTree(dir: 'libs', include: ['*.jar'])
29-
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
28+
implementation fileTree(dir: 'libs', include: ['*.jar'])
29+
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
3030
exclude group: 'com.android.support', module: 'support-annotations'
3131
})
32-
compile 'com.android.support:appcompat-v7:23.4.0'
33-
testCompile 'junit:junit:4.12'
32+
implementation 'com.android.support:appcompat-v7:28.0.0'
33+
testImplementation 'junit:junit:4.12'
3434
}

0 commit comments

Comments
 (0)