Skip to content

Commit 5ecfc85

Browse files
authored
bump compileSdkVersion to 28 (#44)
1 parent 1251893 commit 5ecfc85

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
@@ -12,11 +12,11 @@ buildscript {
1212
apply plugin: 'com.android.library'
1313

1414
android {
15-
compileSdkVersion 26
15+
compileSdkVersion 28
1616

1717
defaultConfig {
1818
minSdkVersion 16
19-
targetSdkVersion 26
19+
targetSdkVersion 28
2020
versionCode 1
2121
versionName "1.0"
2222
}

0 commit comments

Comments
 (0)