Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit fda3aa4

Browse files
committed
Update target SDK version to 27
1 parent 73cebc0 commit fda3aa4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build-android.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ repositories {
2020
}
2121

2222
android {
23-
compileSdkVersion 22
24-
buildToolsVersion "22.0.1"
23+
compileSdkVersion 27
24+
buildToolsVersion '27.0.3'
2525

2626
defaultConfig {
2727
minSdkVersion 9
28-
targetSdkVersion 22
28+
targetSdkVersion 27
2929
versionCode 1
3030
versionName "1.0"
3131
}

0 commit comments

Comments
 (0)