1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 07:56:19 +00:00

Replace compile with api

This commit is contained in:
davigonz 2018-04-30 12:50:39 +02:00
parent 2ccd681d2f
commit bf225b275f

View File

@ -18,8 +18,8 @@ allprojects {
}
dependencies {
compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.4'
compile 'com.squareup.okhttp3:okhttp:3.10.0'
api 'org.apache.jackrabbit:jackrabbit-webdav:2.12.4'
api 'com.squareup.okhttp3:okhttp:3.10.0'
}
android {