We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31d924e + 919a008 commit dce2111Copy full SHA for dce2111
compressor/build.gradle
@@ -59,7 +59,7 @@ apply from: 'https://raw.githubusercontent.com/zetbaitsu/JCenter/master/installv
59
apply from: 'https://raw.githubusercontent.com/zetbaitsu/JCenter/master/bintrayv1.gradle'
60
61
dependencies {
62
- compile fileTree(dir: 'libs', include: ['*.jar'])
63
- testCompile 'junit:junit:4.12'
64
- compile "io.reactivex.rxjava2:rxjava:2.1.0"
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
+ androidTestImplementation 'junit:junit:4.12'
+ implementation "io.reactivex.rxjava2:rxjava:2.1.0"
65
}
0 commit comments