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

Merge pull request #388 from owncloud/bump_kotlin_version

Bump kotlin version
This commit is contained in:
Abel García de Prada 2021-04-06 11:32:26 +02:00 committed by GitHub
commit 5ca9d5e330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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