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

Merge pull request #375 from owncloud/dependabot/gradle/kotlinVersion-1.4.31

Bump kotlinVersion from 1.4.30 to 1.4.31
This commit is contained in:
Abel García de Prada 2021-03-02 09:12:20 +01:00 committed by GitHub
commit 0a31a1d3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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