mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
742ef3d661
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52973 This bumps AGP to the latest stable version. Changelog: [Android] [Changed] - AGP to 8.12.0 Reviewed By: rshest Differential Revision: D79436778 fbshipit-source-id: 3071c0108af064573c087aaf7b92d0b10c1adc6a
23 lines
856 B
TOML
23 lines
856 B
TOML
[versions]
|
|
agp = "8.12.0"
|
|
gson = "2.8.9"
|
|
guava = "31.0.1-jre"
|
|
javapoet = "1.13.0"
|
|
junit = "4.13.2"
|
|
kotlin = "2.1.20"
|
|
assertj = "3.25.1"
|
|
ktfmt = "0.22.0"
|
|
|
|
[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" }
|
|
ktfmt = { id = "com.ncorti.ktfmt.gradle", version.ref = "ktfmt" }
|