Skip to content

Commit

Permalink
Update kotlin version for react-native Android projects to 1.5.32 (Wo…
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer authored Jan 26, 2022
1 parent 6a8fc97 commit 4ab1bab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.20'
gradle.ext.kotlinVersion = '1.5.32'

plugins {
id "com.android.library" version "4.2.2"
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.20'
gradle.ext.kotlinVersion = '1.5.32'

plugins {
id "com.android.library" version "4.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-editor/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
gradlePluginVersion = '4.2.2'
kotlinVersion = '1.5.20'
kotlinVersion = '1.5.32'
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 30
Expand Down

0 comments on commit 4ab1bab

Please sign in to comment.