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.
2 parents 8821014 + 2591256 commit 0e4532eCopy full SHA for 0e4532e
1 file changed
android/build.gradle
@@ -80,7 +80,7 @@ repositories {
80
dependencies {
81
//noinspection GradleDynamicVersion
82
implementation 'com.facebook.react:react-native:+' // From node_modules
83
- api "com.shakebugs:shake-staging:14.1.+"
+ api "$System.env.ANDROID_DEPENDENCY:14.1.+"
84
}
85
86
def configureReactNativePom(def pom) {
0 commit comments