Skip to content

Commit

Permalink
android: fix missing gradle dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Mar 20, 2023
1 parent 376a714 commit 621b7d2
Show file tree
Hide file tree
Showing 7 changed files with 1,030 additions and 1,891 deletions.
16 changes: 0 additions & 16 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,7 @@ allprojects {
}

repositories {
exclusiveContent {
// We get React Native's Android binaries exclusively through npm,
// from a local Maven repo inside node_modules/react-native/.
// (The use of exclusiveContent prevents looking elsewhere like Maven Central
// and potentially getting a wrong version.)
filter {
includeGroup "com.facebook.react"
}
forRepository {
maven {
url "$rootDir/../node_modules/react-native/android"
}
}
}

mavenLocal()

// For geth, function, and status-go
flatDir { dirs "libs", System.env.STATUS_GO_ANDROID_LIBDIR }
// Everything Else
Expand Down
Loading

0 comments on commit 621b7d2

Please sign in to comment.