Skip to content

Commit ceb20cb

Browse files
heroicxwenliang
authored andcommitted
Fix for Build.VERSION_CODES.O error (beefe#313)
1 parent 91b8cec commit ceb20cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 23
4+
compileSdkVersion 27
55
buildToolsVersion "23.0.1"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 23
9+
targetSdkVersion 27
1010
versionCode 1
1111
versionName "1.0"
1212

0 commit comments

Comments
 (0)