(android): Update compileSdkVersion to 25 and buildToolsVersion to 25.0.2 (#677)

* Update compileSdkVersion to 25 and buildToolsVersion to 25.0.2

Best to keep these up-to-date. Doesn't affect backwards compatibility.

* Add buildToolsVersion requirement of 25.0.2.
This commit is contained in:
Joshua Pinter 2017-04-23 13:38:42 -06:00 committed by Zack Story
parent 01189f8b7d
commit e187b8a0e7
2 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@ To enable `video recording` feature you have to add the following code to the `A
<key>NSMicrophoneUsageDescription</key>
<string>Your message to user when the microsphone is accessed for the first time</string>
```
3. On Android, you require `buildToolsVersion` of `25.0.2+`. _This should easily and automatically be downloaded by Android Studio's SDK Manager._
### Mostly automatic install with react-native
1. `npm install react-native-camera@https://github.com/lwansbrough/react-native-camera.git --save`

View File

@ -11,8 +11,8 @@ buildscript {
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
minSdkVersion 16