1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00

Merge pull request #486 from owncloud/bump/kotlin_version

Bump kotlin version to 1.6.21
This commit is contained in:
Abel García de Prada
2022-05-09 14:43:16 +02:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.6.20'
kotlinVersion = '1.6.21'
moshiVersion = "1.13.0"
}