react-native-bluetooth-serial icon indicating copy to clipboard operation
react-native-bluetooth-serial copied to clipboard

The SDK Build Tools revision (23.0.1) is too low for project ':react-native-bluetooth-serial'. Minimum required is 25.0.0

Open Anandks1993 opened this issue 8 years ago • 0 comments

What went wrong:

A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugApk'. A problem occurred configuring project ':react-native-bluetooth-serial'. > The SDK Build Tools revision (23.0.1) is too low for project ':react-native-bluetooth-serial'. Minimum required is 25.0.0

My configuration in android/app/build.gradle

compileSdkVersion 23
buildToolsVersion '27.0.1'

android/build.gradle

classpath 'com.android.tools.build:gradle:2.3.2'

Anandks1993 avatar Feb 23 '18 08:02 Anandks1993