mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 09:48:17 +00:00
(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:
parent
01189f8b7d
commit
e187b8a0e7
@ -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`
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user