Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Fix Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Dec 10, 2018
1 parent 7e4a3aa commit fa3c624
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ def computeVersionName() {

buildscript {
repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:2.2.+'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

Expand All @@ -40,6 +41,7 @@ android {

repositories {
mavenCentral()
google()
maven {
url "$projectDir/../Example/node_modules/react-native/android"
}
Expand All @@ -50,7 +52,7 @@ repositories {

dependencies {
compile "com.facebook.react:react-native:+" // From node_modules

testCompile "junit:junit:4.10"
testCompile "org.assertj:assertj-core:1.7.0"
testCompile "org.robolectric:robolectric:3.3.2"
Expand Down

0 comments on commit fa3c624

Please sign in to comment.