Skip to content

Commit

Permalink
Updare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
radko93 committed Sep 24, 2019
1 parent 5751f2a commit 2deb22b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ buildscript {
repositories {
google()
jcenter()
maven {
url "https://jitpack.io"
}
}

dependencies {
Expand Down Expand Up @@ -41,6 +38,9 @@ repositories {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
maven {
url "https://jitpack.io"
}
}

dependencies {
Expand Down

0 comments on commit 2deb22b

Please sign in to comment.