Skip to content

Commit 3cb2a95

Browse files
author
Kadi Kraman
committed
Update android build version
1 parent 7034c22 commit 3cb2a95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/build.gradle

Lines changed: 4 additions & 4 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
16-
buildToolsVersion '26.0.2'
17-
15+
compileSdkVersion 27
16+
buildToolsVersion '27.0.2'
17+
1818
defaultConfig {
1919
minSdkVersion 16
20-
targetSdkVersion 22
20+
targetSdkVersion 26
2121
versionCode 1
2222
versionName "1.0"
2323
manifestPlaceholders = [

0 commit comments

Comments
 (0)