rusel1989 / react-native-bluetooth-serial

Port of https://github.com/don/BluetoothSerial for react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Anandks1993 opened this issue · 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'