File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
app/src/main/java/com/nextcloud/talk/components/filebrowser/models Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ import java.io.File
4242
4343@Parcelize
4444@JsonObject
45+ @Deprecated(" Use library" , replaceWith = ReplaceWith (" RemoteFile" ))
4546data class BrowserFile (
4647 var path : String? = null ,
4748 var displayName : String? = null ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildscript {
2525
2626 ext {
2727 kotlinVersion = ' 1.7.22'
28- androidLibraryVersion = " master -SNAPSHOT"
28+ androidLibraryVersion = " dav4jvm -SNAPSHOT"
2929 }
3030
3131 repositories {
Original file line number Diff line number Diff line change @@ -26,15 +26,3 @@ include ':app'
2626// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
2727// }
2828// }
29-
30- // includeBuild('../../../deps/ImagePicker') {
31- // dependencySubstitution {
32- // substitute module('com.github.nextcloud-deps:ImagePicker') using project(':imagepicker')
33- // }
34- // }
35-
36- includeBuild(' ../android-library' ) {
37- dependencySubstitution {
38- substitute module(' com.github.nextcloud:android-library' ) using project(' :library' )
39- }
40- }
You can’t perform that action at this time.
0 commit comments