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

Merge pull request #418 from owncloud/dependabot/gradle/kotlinVersion-1.5.21

Bump kotlinVersion from 1.5.20 to 1.5.21
This commit is contained in:
Abel García de Prada 2021-07-14 09:33:08 +02:00 committed by GitHub
commit 593da77a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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