File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ dependencies {
2929 exclude group : ' com.android.support' , module : ' support-annotations'
3030 })
3131 implementation ' com.android.support:appcompat-v7:25.4.0'
32- implementation ' com.android.support:design:25.4.0'
32+ api ' com.android.support:design:25.4.0'
3333 implementation ' com.android.support:support-v4:25.4.0'
3434 implementation ' com.squareup.picasso:picasso:2.5.2'
35- implementation ' com.squareup.retrofit2:retrofit:2.4.0'
36- implementation ' com.squareup.retrofit2:converter-gson:2.3.0'
37- implementation ' com.squareup.okhttp3:logging-interceptor:3.8.0'
38- implementation ' org.parceler:parceler-api:1.1.9'
35+ api ' com.squareup.retrofit2:retrofit:2.4.0'
36+ api ' com.squareup.retrofit2:converter-gson:2.3.0'
37+ api ' com.squareup.okhttp3:logging-interceptor:3.8.0'
38+ api ' org.parceler:parceler-api:1.1.9'
3939 annotationProcessor ' org.parceler:parceler:1.1.9'
40- implementation ' com.squareup.retrofit2:converter-scalars:2.1.0'
41- implementation ' com.scottyab:aescrypt:0.0.1'
40+ api ' com.squareup.retrofit2:converter-scalars:2.1.0'
41+ api ' com.scottyab:aescrypt:0.0.1'
4242 testImplementation ' junit:junit:4.12'
4343 implementation ' com.android.support.constraint:constraint-layout:1.1.2'
4444}
You can’t perform that action at this time.
0 commit comments