mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 11:32:00 +00:00
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:
parent
699af11b8c
commit
e70e3dddbd
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user