Skip to content

Commit c6ec1b6

Browse files
author
Christopher J. Brody
committed
Merge generated Android Gradle 3.3.2 update
Merge commit 'refs/pull/102/head' of https://github.com/frostney/react-native-create-library into dev Updates the Android Gradle version to 3.3.2 in generated android/build.gradle to match https://github.com/facebook/react-native/blob/0.59-stable/template/android/build.gradle as proposed in frostney/react-native-create-library#102
2 parents 22dbd27 + 57cae89 commit c6ec1b6

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.2.1'
12+
classpath 'com.android.tools.build:gradle:3.3.2'
1313
}
1414
}
1515

0 commit comments

Comments
 (0)