1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +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
+1 -1
View File
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.5.20'
kotlinVersion = '1.5.21'
moshiVersion = "1.12.0"
}