Skip to content

Commit

Permalink
Update Gradle configs
Browse files Browse the repository at this point in the history
  • Loading branch information
borisyankov committed Oct 12, 2018
1 parent e781a3b commit 892cc75
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ buildscript {
repositories {
jcenter()
google()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
Expand All @@ -31,5 +35,17 @@ allprojects {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}

ext {
buildToolsVersion = "26.0.3"
minSdkVersion = 19
compileSdkVersion = 26
targetSdkVersion = 26
supportLibVersion = "26.1.0"
}

0 comments on commit 892cc75

Please sign in to comment.