Skip to content

Commit 3d01987

Browse files
committed
Updated Build.gradle
1 parent b22453a commit 3d01987

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ def safeExtGet(prop, fallback) {
1616
}
1717

1818
android {
19-
compileSdkVersion safeExtGet('compileSdkVersion', 23)
20-
buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")
19+
compileSdkVersion safeExtGet('compileSdkVersion', 28)
2120

2221
defaultConfig {
2322
minSdkVersion safeExtGet('minSdkVersion', 23)

0 commit comments

Comments
 (0)