1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 07:56:19 +00:00

Bump kotlin version

This commit is contained in:
Abel García de Prada 2021-04-06 09:55:19 +02:00
parent aa65410535
commit 7924561a62

View File

@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.4.31'
kotlinVersion = '1.4.32'
moshiVersion = "1.12.0"
}