Skip to content

Commit dce2111

Browse files
authored
Merge pull request #116 from Rakesh4a7/patch-1
Update build.gradle
2 parents 31d924e + 919a008 commit dce2111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compressor/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ apply from: 'https://raw.githubusercontent.com/zetbaitsu/JCenter/master/installv
5959
apply from: 'https://raw.githubusercontent.com/zetbaitsu/JCenter/master/bintrayv1.gradle'
6060

6161
dependencies {
62-
compile fileTree(dir: 'libs', include: ['*.jar'])
63-
testCompile 'junit:junit:4.12'
64-
compile "io.reactivex.rxjava2:rxjava:2.1.0"
62+
implementation fileTree(dir: 'libs', include: ['*.jar'])
63+
androidTestImplementation 'junit:junit:4.12'
64+
implementation "io.reactivex.rxjava2:rxjava:2.1.0"
6565
}

0 commit comments

Comments
 (0)