mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-18 06:32:08 +03:00
use lib
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
349bf1aa54
commit
2dc413a553
3 changed files with 2 additions and 13 deletions
|
@ -42,6 +42,7 @@ import java.io.File
|
||||||
|
|
||||||
@Parcelize
|
@Parcelize
|
||||||
@JsonObject
|
@JsonObject
|
||||||
|
@Deprecated("Use library", replaceWith = ReplaceWith("RemoteFile"))
|
||||||
data class BrowserFile(
|
data class BrowserFile(
|
||||||
var path: String? = null,
|
var path: String? = null,
|
||||||
var displayName: String? = null,
|
var displayName: String? = null,
|
||||||
|
|
|
@ -25,7 +25,7 @@ buildscript {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
kotlinVersion = '1.9.10'
|
kotlinVersion = '1.9.10'
|
||||||
androidLibraryVersion = "master-SNAPSHOT"
|
androidLibraryVersion = "dav4jvm-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
@ -26,15 +26,3 @@ include ':app'
|
||||||
// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
|
// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
|
||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
|
|
||||||
//includeBuild('../../../deps/ImagePicker') {
|
|
||||||
// dependencySubstitution {
|
|
||||||
// substitute module('com.github.nextcloud-deps:ImagePicker') using project(':imagepicker')
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
||||||
includeBuild('../android-library') {
|
|
||||||
dependencySubstitution {
|
|
||||||
substitute module('com.github.nextcloud:android-library') using project(':library')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue