mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 22:25:44 +03:00
Moved libraries from nextcloud to nextcloud-deps
As links still work, this is not really needed, but still good to point to new location. Thus no backport is needed. Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
5671394559
commit
04b4f6b5d4
1 changed files with 2 additions and 2 deletions
|
@ -237,10 +237,10 @@ dependencies {
|
|||
implementation 'org.lukhnos:nnio:0.2'
|
||||
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.70'
|
||||
implementation 'com.google.code.gson:gson:2.9.1'
|
||||
implementation 'com.github.nextcloud:sectioned-recyclerview:0.6.1'
|
||||
implementation 'com.github.nextcloud-deps:sectioned-recyclerview:0.6.1'
|
||||
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
|
||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
||||
implementation 'com.github.nextcloud:qrcodescanner:0.1.2.4' // 'com.github.blikoon:QRCodeScanner:0.1.2'
|
||||
implementation 'com.github.nextcloud-deps:qrcodescanner:0.1.2.4' // 'com.github.blikoon:QRCodeScanner:0.1.2'
|
||||
implementation 'com.google.android.flexbox:flexbox:3.0.0'
|
||||
implementation('com.github.bumptech.glide:glide:3.8.0') {
|
||||
exclude group: "com.android.support"
|
||||
|
|
Loading…
Reference in a new issue