Commit Graph

7 Commits

Author SHA1 Message Date
Joshua Pinter
212fbaa0fa Specify React Native version number to compile.
We have it listed in package.json as ^0.41.2 so let’s make sure to use a similar approach in Gadle.

Just as a reminder, 0.41+ means any versions like 0.42, 0.43, etc. which is the same meaning ^0.41.2 in package.json.

According to http://ant.apache.org/ivy/history/trunk/settings/version-matchers.html
2017-03-06 12:23:31 +03:00
Joshua Pinter
9363b8abbf Update Android build tools to 25.0.0.
Goes hand in hand with Gradle build tools upgrade.

Best to be on the most recent version.
2017-03-06 12:23:31 +03:00
Joshua Pinter
f58037b866 Update Gradle build tools to 2.3.0.
Highly recommended.
2017-03-06 12:23:31 +03:00
Joshua Pinter
a88e7f0168 Update gradle wrapper to 3.3.
Highly recommended.
2017-03-06 12:23:31 +03:00
Timur Gibadullin
b931565ca3 Fix MainApplication.java in example 2017-02-07 21:29:24 +03:00
Timur Gibadullin
6c9c1e6c01 Update example dependencies 2017-01-11 12:18:16 +03:00
Timur Gibadullin
821572726a initial 2016-10-19 02:47:52 +03:00