6 Commits

Author SHA1 Message Date
Ben LaVerriere
d8073ed16d
Don't specify buildToolsVersion on Android (#477)
Since we're depending on a version of the Android Gradle plugin higher
than 3, we don't need to specify a buildToolsVersion. Trying to grab
this value from the root project, in a project that also doesn't specify
it, would fail. Since the only reason we were doing the fetch was to
specify our own buildToolsVersion, I think we can safely remove it.
2020-08-01 14:55:09 -03:00
SolutiLyon
74ae697443
using root properties for versions (latest rn) (#305)
Co-authored-by: bberthelemy <>
Co-authored-by: Luan Curti <luancurti@gmail.com>
2020-05-19 23:36:57 -03:00
lehug
63a751a34a change google() before jcenter() 2020-03-18 22:15:57 -03:00
Patrick Kempff
0d26194589 Updated gradle to v4.4 and gradle-plugin to v3.1.4 2018-11-08 07:59:55 +01:00
Fabrizio Moscon
9b5c99b3d2 use react-native from node_modules
- compile react-native as shown here: d344963123/local-cli/generator-android/templates/src/app/build.gradle (L131)
2016-07-31 00:51:45 +01:00
Pedro Belo
9cc891f855 bring android implementation from react-native-android-config 2016-02-22 13:24:36 -08:00