diff --git a/README.md b/README.md
index 89c3d47..7ab3357 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ To enable `video recording` feature you have to add the following code to the `A
NSMicrophoneUsageDescription
Your message to user when the microsphone is accessed for the first time
```
+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`
diff --git a/android/build.gradle b/android/build.gradle
index 00f010d..333d69c 100755
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -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