Skip to content

Commit

Permalink
Upgrade Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jun 8, 2023
1 parent d108e4d commit 82764a2
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
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
gradle.ext.kotlinVersion = '1.6.10'

plugins {
id "com.android.library" version "7.2.1"
id "com.android.library" version "7.3.1"
id "org.jetbrains.kotlin.android" version gradle.ext.kotlinVersion
id "com.automattic.android.publish-to-s3" version "0.7.0"
}
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
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
gradle.ext.kotlinVersion = '1.6.10'

plugins {
id "com.android.library" version "7.2.1"
id "com.android.library" version "7.3.1"
id "org.jetbrains.kotlin.android" version gradle.ext.kotlinVersion
id "com.automattic.android.publish-to-s3" version "0.7.0"
}
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
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.taskdefs.condition.Os

buildscript {
ext {
gradlePluginVersion = '7.2.1'
gradlePluginVersion = '7.3.1'
kotlinVersion = '1.6.10'
buildToolsVersion = "33.0.0"
minSdkVersion = 24
Expand Down

0 comments on commit 82764a2

Please sign in to comment.