We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1469796 commit 32eb15aCopy full SHA for 32eb15a
2 files changed
android/build.gradle
@@ -29,5 +29,3 @@ allprojects {
29
}
30
31
32
-
33
-apply plugin: "com.facebook.react.rootproject"
android/settings.gradle
@@ -1,17 +1,18 @@
1
pluginManagement {
2
repositories {
3
- mavenCentral()
4
google()
+ mavenCentral()
5
gradlePluginPortal()
6
7
+ includeBuild("../node_modules/@react-native/gradle-plugin")
8
9
-plugins { id("org.gradle.toolchains.foojay-resolver-convention").version("0.5.0") }
10
+plugins {
11
+ id("com.facebook.react.rootproject")
12
+}
13
14
rootProject.name = 'CardScannerApp'
15
-includeBuild('../node_modules/@react-native/gradle-plugin')
16
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
17
18
include ':app'
0 commit comments