We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262a7f8 commit 61afdf9Copy full SHA for 61afdf9
1 file changed
android/build.gradle
@@ -16,12 +16,12 @@ def safeExtGet(prop, fallback) {
16
}
17
18
android {
19
- compileSdkVersion safeExtGet("compileSdkVersion", 23)
20
- buildToolsVersion safeExtGet("compileSdkVersion", "23.0.1")
+ compileSdkVersion safeExtGet("compileSdkVersion", 23)
+ buildToolsVersion safeExtGet("buildToolsVersion", "23.0.1")
21
22
defaultConfig {
23
minSdkVersion 16
24
- targetSdkVersion safeExtGet("compileSdkVersion", 22)
+ targetSdkVersion safeExtGet("targetSdkVersion", 22)
25
versionCode 1
26
versionName "1.0"
27
0 commit comments