We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479966e commit 52f753cCopy full SHA for 52f753c
packages/create-react-native-library/templates/native-common/android/build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
}
9
10
dependencies {
11
- classpath "com.android.tools.build:gradle:7.2.1"
+ classpath "com.android.tools.build:gradle:8.10.2"
12
// noinspection DifferentKotlinGradleVersion
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
@@ -131,6 +131,7 @@ repositories {
131
def kotlin_version = getExtOrDefault("kotlinVersion")
132
133
134
+ implementation "com.facebook.react:react-android"
135
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
136
137
0 commit comments