We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b19ff commit b876e07Copy full SHA for b876e07
dsbridge/build.gradle
@@ -25,10 +25,10 @@ android {
25
}
26
27
dependencies {
28
- compile fileTree(dir: 'libs', include: ['*.jar'])
29
- 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', {
30
exclude group: 'com.android.support', module: 'support-annotations'
31
})
32
- compile 'com.android.support:appcompat-v7:23.4.0'
33
- testCompile 'junit:junit:4.12'
+ implementation 'com.android.support:appcompat-v7:28.0.0'
+ testImplementation 'junit:junit:4.12'
34
0 commit comments