mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 08:22:56 +00:00
Apply changes requested
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
buildscript {
|
||||
ext {
|
||||
// Libraries
|
||||
kotlinVersion = '1.3.11'
|
||||
kotlinVersion = '1.3.21'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
+1
-1
@@ -72,7 +72,7 @@ class CreateRemoteShareOperation
|
||||
private val shareWith: String,
|
||||
private val permissions: Int
|
||||
) : 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user