Skip to content

Commit 2591256

Browse files
author
Mislav Stanić
committed
SHK-4135: Update Android dependency environment variable
1 parent 4184c38 commit 2591256

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)