mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47369 This just bumps the AGP patch version to the latest stable. Changelog: [Android] [Changed] - AGP to 8.7.2 Reviewed By: tdn120 Differential Revision: D65336357 fbshipit-source-id: 9a7464304ba29f6b752f41b252bde9cb0eca0e9a
21 lines
772 B
TOML
21 lines
772 B
TOML
[versions]
|
|
agp = "8.7.2"
|
|
gson = "2.8.9"
|
|
guava = "31.0.1-jre"
|
|
javapoet = "1.13.0"
|
|
junit = "4.13.2"
|
|
kotlin = "2.0.21"
|
|
assertj = "3.25.1"
|
|
|
|
[libraries]
|
|
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
|
javapoet = { module = "com.squareup:javapoet", version.ref = "javapoet" }
|
|
junit = {module = "junit:junit", version.ref = "junit" }
|
|
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
|
|
|
|
[plugins]
|
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|