Browse Source

Merge pull request #599 from nextcloud/dependabot/gradle/packages/app/android/kotlin_version-1.9.10

chore(deps): bump kotlin_version from 1.9.0 to 1.9.10 in /packages/app/android
pull/610/head
Kate 1 year ago committed by GitHub
parent
commit
7a2ef4249e
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.0'
ext.kotlin_version = '1.9.10'
repositories {
google()
mavenCentral()

Loading…
Cancel
Save