We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ced159 commit 9e91b9eCopy full SHA for 9e91b9e
android/build.gradle
@@ -5,12 +5,12 @@ def safeExtGet(prop, fallback) {
5
}
6
7
android {
8
- compileSdkVersion safeExtGet('compileSdkVersion', 26)
9
- buildToolsVersion safeExtGet('buildToolsVersion', '26.0.3')
+ compileSdkVersion safeExtGet('compileSdkVersion', 28)
+ buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
10
11
defaultConfig {
12
minSdkVersion safeExtGet('minSdkVersion', 16)
13
- targetSdkVersion safeExtGet('targetSdkVersion', 26)
+ targetSdkVersion safeExtGet('targetSdkVersion', 28)
14
versionCode 1
15
versionName "1.0"
16
0 commit comments