Skip to content

Commit 57cae89

Browse files
authored
Update android.js
upgrade gradle plugin to newest version.
1 parent 705bbd0 commit 57cae89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = platform => [{
99
dependencies {
1010
// Matches the RN Hello World template
1111
// https://github.com/facebook/react-native/blob/1e8f3b11027fe0a7514b4fc97d0798d3c64bc895/local-cli/templates/HelloWorld/android/build.gradle#L8
12-
classpath 'com.android.tools.build:gradle:3.3.1'
12+
classpath 'com.android.tools.build:gradle:3.3.2'
1313
}
1414
}
1515

0 commit comments

Comments
 (0)