Skip to content

Commit 80e5127

Browse files
authored
fix: bump compile sdk version to 28 (#33)
1 parent 601c1d8 commit 80e5127

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

1414
android {
15-
compileSdkVersion 23
15+
compileSdkVersion 28
1616
buildToolsVersion "28.0.3"
1717

1818
defaultConfig {
1919
minSdkVersion 16
20-
targetSdkVersion 22
20+
targetSdkVersion 28
2121
versionCode 1
2222
versionName "1.0"
2323
}

0 commit comments

Comments
 (0)