Browse Source

fix(deps): update kotlin monorepo to v1.9.21

pull/1175/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
f6c684f422
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.20'
ext.kotlin_version = '1.9.21'
repositories {
google()
mavenCentral()

Loading…
Cancel
Save