1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 07:56:19 +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
commit 45a9a190f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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