We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932e2d3 commit 3e7edeeCopy full SHA for 3e7edee
android/build.gradle
@@ -16,7 +16,7 @@ def safeExtGet(prop, fallback) {
16
}
17
18
android {
19
- compileSdkVersion safeExtGet('compileSdkVersion', 26)
+ compileSdkVersion safeExtGet('compileSdkVersion', 23)
20
buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")
21
22
defaultConfig {
0 commit comments