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

Bump dependencies

This commit is contained in:
Abel García de Prada 2023-04-10 11:38:04 +02:00
parent 8cee0a37a7
commit 0c3224babf

View File

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
orgJetbrainsKotlin = '1.8.10' orgJetbrainsKotlin = '1.8.20'
comSquareupMoshi = '1.14.0' comSquareupMoshi = '1.14.0'
} }
@ -17,7 +17,7 @@ buildscript {
} }
plugins { plugins {
id 'com.google.devtools.ksp' version '1.8.10-1.0.9' apply false id 'com.google.devtools.ksp' version '1.8.20-1.0.10' apply false
} }
allprojects { allprojects {