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 b22453a commit 3d01987Copy full SHA for 3d01987
android/build.gradle
@@ -16,8 +16,7 @@ def safeExtGet(prop, fallback) {
16
}
17
18
android {
19
- compileSdkVersion safeExtGet('compileSdkVersion', 23)
20
- buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")
+ compileSdkVersion safeExtGet('compileSdkVersion', 28)
21
22
defaultConfig {
23
minSdkVersion safeExtGet('minSdkVersion', 23)
0 commit comments