Skip to content

Commit 3e7edee

Browse files
committed
Change SDK version to 23
1 parent 932e2d3 commit 3e7edee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

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

1818
android {
19-
compileSdkVersion safeExtGet('compileSdkVersion', 26)
19+
compileSdkVersion safeExtGet('compileSdkVersion', 23)
2020
buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")
2121

2222
defaultConfig {

0 commit comments

Comments
 (0)