Browse Source

Merge pull request #548 from nextcloud/dependabot/gradle/packages/app/android/kotlin_version-1.9.0

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

Loading…
Cancel
Save