Browse Source

fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.20

pull/1063/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
e64e1619e9
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