mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Apply changes requested
This commit is contained in:
parent
0614e7a985
commit
a28f58f0fe
@ -1,7 +1,7 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
// Libraries
|
// Libraries
|
||||||
kotlinVersion = '1.3.11'
|
kotlinVersion = '1.3.21'
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -72,7 +72,7 @@ class CreateRemoteShareOperation
|
|||||||
private val shareWith: String,
|
private val shareWith: String,
|
||||||
private val permissions: Int
|
private val permissions: Int
|
||||||
) : RemoteOperation<ShareParserResult>() {
|
) : RemoteOperation<ShareParserResult>() {
|
||||||
var getShareDetails: Boolean = false // To retrieve more info about the just created share
|
var getShareDetails = false // To retrieve more info about the just created share
|
||||||
|
|
||||||
var name = "" // Name to set for the public link
|
var name = "" // Name to set for the public link
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user