We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08c03c commit 705bbd0Copy full SHA for 705bbd0
templates/android.js
@@ -2,13 +2,14 @@ module.exports = platform => [{
2
name: () => `${platform}/build.gradle`,
3
content: ({ packageIdentifier }) => `buildscript {
4
repositories {
5
+ google()
6
jcenter()
7
}
8
9
dependencies {
10
// Matches the RN Hello World template
11
// https://github.com/facebook/react-native/blob/1e8f3b11027fe0a7514b4fc97d0798d3c64bc895/local-cli/templates/HelloWorld/android/build.gradle#L8
- classpath 'com.android.tools.build:gradle:2.2.3'
12
+ classpath 'com.android.tools.build:gradle:3.3.1'
13
14
15
0 commit comments