Skip to content

Commit 134377a

Browse files
committed
- changed implementation to api
1 parent 2ceed1a commit 134377a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

raveandroid/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)