Skip to content

Commit 002b5d2

Browse files
authored
Merge pull request #37 from GabrielePrestifilippo/patch-1
Update build.gradle
2 parents 4669703 + 0ebe6bc commit 002b5d2

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
@@ -6,12 +6,12 @@ def safeExtGet(prop, fallback) {
66
}
77

88
android {
9-
compileSdkVersion safeExtGet('compileSdkVersion', 26)
10-
buildToolsVersion safeExtGet('buildToolsVersion', "27.0.3")
9+
compileSdkVersion safeExtGet('compileSdkVersion', 28)
10+
buildToolsVersion safeExtGet('buildToolsVersion', "28.0.3")
1111

1212
defaultConfig {
13-
minSdkVersion safeExtGet('minSdkVersion', 16)
14-
targetSdkVersion safeExtGet('targetSdkVersion', 26)
13+
minSdkVersion safeExtGet('minSdkVersion', 19)
14+
targetSdkVersion safeExtGet('targetSdkVersion', 28)
1515
versionCode 1
1616
versionName "1.0"
1717
ndk {

0 commit comments

Comments
 (0)