Skip to content

Commit 9e91b9e

Browse files
cjasonrenzJason
andauthored
chore: update gradle (#379)
Co-authored-by: Jason <[email protected]>
1 parent 8ced159 commit 9e91b9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ def safeExtGet(prop, fallback) {
55
}
66

77
android {
8-
compileSdkVersion safeExtGet('compileSdkVersion', 26)
9-
buildToolsVersion safeExtGet('buildToolsVersion', '26.0.3')
8+
compileSdkVersion safeExtGet('compileSdkVersion', 28)
9+
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
1010

1111
defaultConfig {
1212
minSdkVersion safeExtGet('minSdkVersion', 16)
13-
targetSdkVersion safeExtGet('targetSdkVersion', 26)
13+
targetSdkVersion safeExtGet('targetSdkVersion', 28)
1414
versionCode 1
1515
versionName "1.0"
1616
}

0 commit comments

Comments
 (0)