Skip to content

Commit 0e4532e

Browse files
author
Mislav Stanić
committed
Merged in release/14.1.1 (pull request #44)
SHK-4135: Update Android dependency environment variable
2 parents 8821014 + 2591256 commit 0e4532e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ repositories {
8080
dependencies {
8181
//noinspection GradleDynamicVersion
8282
implementation 'com.facebook.react:react-native:+' // From node_modules
83-
api "com.shakebugs:shake-staging:14.1.+"
83+
api "$System.env.ANDROID_DEPENDENCY:14.1.+"
8484
}
8585

8686
def configureReactNativePom(def pom) {

0 commit comments

Comments
 (0)