Skip to content

Commit

Permalink
Bump kotlinVersion version of react-native-aztec and `react-nativ…
Browse files Browse the repository at this point in the history
…e-bridge`

This version matches with the one set in `react-native-editor`.
  • Loading branch information
fluiddot committed May 19, 2023
1 parent 58e2220 commit dd8eb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-aztec/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
gradle.ext.kotlinVersion = '1.5.32'
gradle.ext.kotlinVersion = '1.6.10'

plugins {
id "com.android.library" version "7.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-bridge/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
gradle.ext.kotlinVersion = '1.5.32'
gradle.ext.kotlinVersion = '1.6.10'

plugins {
id "com.android.library" version "7.2.1"
Expand Down

0 comments on commit dd8eb2c

Please sign in to comment.