Skip to content

Commit e6a79ba

Browse files
authored
Merge branch 'develop' into cl-21530-fix-get-dapps-error
2 parents f1cd652 + 6d76978 commit e6a79ba

File tree

16 files changed

+769
-759
lines changed

16 files changed

+769
-759
lines changed

android/init.gradle

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
initscript {
2+
repositories {
3+
gradlePluginPortal()
4+
}
5+
dependencies {
6+
classpath "org.gradle:github-dependency-graph-gradle-plugin:+"
7+
}
8+
}
9+
apply plugin: org.gradle.dependencygraph.simple.SimpleDependencyGraphPlugin

android/settings.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
pluginManagement {
2-
include ':react-native-share'
3-
project(':react-native-share').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-share/android')
2+
includeBuild('../node_modules/@react-native/gradle-plugin')
43
repositories {
54
mavenLocal() // Let's prioritize local Maven repos so that Nix can provide them offline
65
gradlePluginPortal()
76
}
87
}
9-
8+
include ':react-native-share'
9+
project(':react-native-share').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-share/android')
1010
rootProject.name = 'StatusIm'
1111
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
1212
include ':react-native-nfc-manager'

0 commit comments

Comments
 (0)