kimxogus / react-native-version-check

A version checker for react-native applications
MIT License
722 stars 179 forks source link

The SDK Build Tools revision (23.0.1) is too low for project ':react-native-version-check'. Minimum required is 25.0.0 #52

Closed SukumarSmart closed 4 years ago

kimxogus commented 5 years ago

@tschoffelen can you investigate this?

tschoffelen commented 5 years ago

Hi @SukumarSmart, could you give a little more context around this issue? For example, what React Native version are you using, and what version of the Android Build Tools are you using in your project (can be found in file android/app/build.gradle)?

Our default version is 26.0.3, so either you're overriding that somewhere in your project, or your project is using an old version of Gradle.

https://github.com/kimxogus/react-native-version-check/blob/master/packages/react-native-version-check/android/build.gradle#L5

mgenov commented 5 years ago

I've encountering similar thing when importing the example project:

image

rf1804 commented 4 years ago

Resolved with the latest release