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

Bump kotlin version to 1.6.21

This commit is contained in:
Abel García de Prada
2022-05-09 14:09:21 +02:00
parent 35fb64c1bd
commit 2931a5494a
+1 -1
View File
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.6.20'
kotlinVersion = '1.6.21'
moshiVersion = "1.13.0"
}