1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 07:56:19 +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

View File

@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.6.20'
kotlinVersion = '1.6.21'
moshiVersion = "1.13.0"
}