@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 25
5- buildToolsVersion " 25 .0.3"
5+ buildToolsVersion ' 27 .0.3'
66 defaultConfig {
77 applicationId " com.example.android.rssreader"
88 minSdkVersion 25
@@ -20,15 +20,15 @@ android {
2020}
2121
2222dependencies {
23- compile fileTree(include : [' *.jar' ], dir : ' libs' )
24- androidTestCompile (' com.android.support.test.espresso:espresso-core:2.2.2' , {
23+ implementation fileTree(include : [' *.jar' ], dir : ' libs' )
24+ androidTestImplementation (' com.android.support.test.espresso:espresso-core:2.2.2' , {
2525 exclude group : ' com.android.support' , module : ' support-annotations'
2626 })
27- compile " com.android.support:recyclerview-v7:25.3.1 "
28- testCompile ' junit:junit:4.12'
29- compile project(' :com.example.android.rssfeedlibrary' )
30- compile ' com.github.bumptech.glide:glide:3.8 .0'
31- compile ' com.android.support:support-v4:25.3.1 '
32- compile ' com.google.code.gson:gson:2.8.1'
33- compile ' com.squareup:otto:1.3.8'
27+ implementation " com.android.support:recyclerview-v7:25.4.0 "
28+ testImplementation ' junit:junit:4.12'
29+ implementation project(' :com.example.android.rssfeedlibrary' )
30+ implementation ' com.github.bumptech.glide:glide:4.2 .0'
31+ implementation ' com.android.support:support-v4:25.4.0 '
32+ implementation ' com.google.code.gson:gson:2.8.1'
33+ implementation ' com.squareup:otto:1.3.8'
3434}
0 commit comments