Skip to content

Commit

Permalink
Bump AGP to 8.5.1 (#64044)
Browse files Browse the repository at this point in the history
* Bump AGP to 8.5.1 in `react-native-bridge`

* Bump AGP to 8.5.1 in `react-native-aztec`

* Bump AGP to 8.5.1 in `react-native-editor`

Co-authored-by: wzieba <wzieba@git.wordpress.org>
  • Loading branch information
wzieba and wzieba authored Aug 5, 2024
1 parent 7559e74 commit ee2fb29
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,6 +1,6 @@
pluginManagement {
gradle.ext.kotlinVersion = '1.8.0'
gradle.ext.agpVersion = '8.1.0'
gradle.ext.agpVersion = '8.5.1'
gradle.ext.automatticPublishToS3Version = '0.8.0'

plugins {
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,6 +1,6 @@
pluginManagement {
gradle.ext.kotlinVersion = '1.8.0'
gradle.ext.agpVersion = '8.1.0'
gradle.ext.agpVersion = '8.5.1'
gradle.ext.automatticPublishToS3Version = '0.8.0'

plugins {
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,6 +1,6 @@
buildscript {
ext {
gradlePluginVersion = '8.1.0'
gradlePluginVersion = '8.5.1'
kotlinVersion = '1.8.0'
buildToolsVersion = "34.0.0"
minSdkVersion = 24
Expand Down

0 comments on commit ee2fb29

Please sign in to comment.