diff --git a/android/build.gradle b/android/build.gradle index 49569e4db..89ef0aba8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -38,3 +38,14 @@ ext { targetSdkVersion = 26 supportLibVersion = "26.1.0" } + +subprojects { + afterEvaluate {project -> + if (project.hasProperty("android")) { + android { + compileSdkVersion 25 + buildToolsVersion '25.0.0' + } + } + } +} \ No newline at end of file