Skip to content

Commit

Permalink
change compile for implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Ortega committed Oct 8, 2019
1 parent 22b19ff commit b876e07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dsbridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ android {
}

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

0 comments on commit b876e07

Please sign in to comment.