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

Merge pull request #447 from owncloud/bump_several_dependencies

Bump Kotlin version to 1.5.31
This commit is contained in:
Abel García de Prada 2021-11-17 09:19:36 +01:00 committed by GitHub
commit 05705722ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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