Skip to content

Commit

Permalink
- v0.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed Oct 28, 2018
1 parent 09522d4 commit eb803f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

buildscript {
repositories {
jcenter()
google()
maven { url 'https://jitpack.io' }
maven {
url 'https://maven.google.com/'
name 'Google'
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -20,7 +21,6 @@ buildscript {
allprojects {
repositories {
mavenLocal()
jcenter()
maven { url 'https://jitpack.io' }
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
Expand All @@ -30,6 +30,7 @@ allprojects {
url 'https://maven.google.com/'
name 'Google'
}
jcenter()
}
}

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

buildscript {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
maven { url "https://maven.google.com" }
jcenter()
}

dependencies {
Expand Down

0 comments on commit eb803f1

Please sign in to comment.