Skip to content

Commit 729e9b8

Browse files
authored
Merge pull request #4321 from owncloud/dependabot/gradle/kotlin-1.9.22
Bump kotlin from 1.8.10 to 1.9.20
2 parents 6518649 + f171db9 commit 729e9b8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ glide = "4.15.1"
3030
glideToVectorYou = "v2.0.0"
3131
junit4 = "4.13.2"
3232
koin = "3.3.3"
33-
kotlin = "1.8.10"
33+
kotlin = "1.9.20"
3434
kotlinxCoroutines = "1.6.4"
35-
ksp = "1.8.10-1.0.9"
35+
ksp = "1.9.20-1.0.14"
3636
ktlint = "11.1.0"
3737
markwon = "4.6.2"
3838
material = "1.8.0"

owncloudApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def setOutputFileName(variant, appName, callerProject) {
229229
println "$variant.name: newName is $newName"
230230

231231
variant.outputs.all {
232-
outputFileName = new File(".", newName)
232+
outputFileName = newName
233233
}
234234
}
235235

0 commit comments

Comments
 (0)