gradle: replace use of obsolete 'compile' configuration. (#532)

'compile' is obsolete and has been replaced with 'implementation' and 'api'.

Signed-off-by: ardevd <edvard.holst@gmail.com>
This commit is contained in:
ardevd 2019-04-29 09:19:17 +02:00 committed by Mario Đanić
parent 699af11b8c
commit e70e3dddbd

View File

@ -146,7 +146,7 @@ dependencies {
implementation ('com.gitlab.bitfireAT:dav4jvm:f2078bc846', {
exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser
})
compile 'org.conscrypt:conscrypt-android:2.0.0'
implementation 'org.conscrypt:conscrypt-android:2.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'