Browse Source

Merge pull request #1063 from nextcloud/renovate/kotlin-monorepo

fix(deps): update kotlin monorepo to v1.9.20
pull/1065/head
Kate 1 year ago committed by GitHub
parent
commit
c0ef07ee43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/app/android/build.gradle

2
packages/app/android/build.gradle

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.9.20'
repositories {
google()
mavenCentral()

Loading…
Cancel
Save