Skip to content

Commit

Permalink
Moves hermes and react-native mirror to S3 (#31441)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer authored May 4, 2021
1 parent c1d0e3c commit 037f77b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/react-native-aztec/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ repositories {
google()

maven { url "https://jitpack.io" }
maven { url "https://a8c-libs.s3.amazonaws.com/android" }
maven { url "https://a8c-libs.s3.amazonaws.com/android/hermes-mirror" }

if (willPublishReactNativeAztecBinary) {
maven { url "https://dl.bintray.com/wordpress-mobile/react-native-mirror/" }
maven { url "https://a8c-libs.s3.amazonaws.com/android/react-native-mirror" }
} else {
maven { url("$rootDir/../../../node_modules/react-native/android") }
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-bridge/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
allprojects {
repositories {
if (willPublishReactNativeBridgeBinary) {
maven { url "https://dl.bintray.com/wordpress-mobile/react-native-mirror/" }
maven { url "https://a8c-libs.s3.amazonaws.com/android/react-native-mirror" }
} else {
maven { url "$rootDir/../../../node_modules/react-native/android" }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ if [ $? -ne 0 ]; then
echo "Failed to publish 'react-native-bridge' version '$VERSION'."
exit 1
fi

Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ android {
repositories {
google()
jcenter()
maven { url "https://dl.bintray.com/wordpress-mobile/maven" }
maven { url "https://jitpack.io" }
maven { url "https://a8c-libs.s3.amazonaws.com/android" }
maven { url "https://a8c-libs.s3.amazonaws.com/android/hermes-mirror" }
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-editor/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ allprojects {
google()
jcenter()
maven { url 'https://jitpack.io' }
maven { url "https://a8c-libs.s3.amazonaws.com/android" }
maven { url "https://a8c-libs.s3.amazonaws.com/android/hermes-mirror" }
}
}

0 comments on commit 037f77b

Please sign in to comment.