Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit a425c2a

Browse files
authored
Update compile/target SDK versions to 28 (#48)
1 parent 6083c96 commit a425c2a

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
@@ -4,7 +4,7 @@ buildscript {
44
buildToolsVersion = "28.0.2"
55
minSdkVersion = 16
66
compileSdkVersion = 28
7-
targetSdkVersion = 27
7+
targetSdkVersion = 28
88
supportLibVersion = "28.0.0"
99
}
1010
repositories {
@@ -20,8 +20,8 @@ buildscript {
2020
apply plugin: 'com.android.library'
2121

2222
android {
23-
compileSdkVersion 27
24-
buildToolsVersion "27.0.3"
23+
compileSdkVersion 28
24+
buildToolsVersion "28.0.3"
2525

2626
defaultConfig {
2727
minSdkVersion 16
@@ -52,4 +52,4 @@ dependencies {
5252
implementation 'com.jakewharton.timber:timber:4.7.1'
5353
implementation "com.google.code.gson:gson:2.8.5"
5454
}
55-
55+

0 commit comments

Comments
 (0)