Skip to content

Commit

Permalink
- build.gradle hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed Sep 5, 2018
1 parent 01b39d4 commit 04f51ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
maven { url "https://maven.google.com" }
maven { url "https://jitpack.io" }
}
}
Expand Down
4 changes: 2 additions & 2 deletions Example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
repositories {
jcenter()
google()
maven { url "https://maven.google.com" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
Expand All @@ -17,7 +17,7 @@ allprojects {
repositories {
mavenLocal()
jcenter()
google()
maven { url "https://maven.google.com" }
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
Expand Down

0 comments on commit 04f51ec

Please sign in to comment.