Skip to content

Commit 61afdf9

Browse files
author
António Goulão
authored
Update build.gradle
1 parent 262a7f8 commit 61afdf9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

android/build.gradle

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

1818
android {
19-
compileSdkVersion safeExtGet("compileSdkVersion", 23)
20-
buildToolsVersion safeExtGet("compileSdkVersion", "23.0.1")
19+
compileSdkVersion safeExtGet("compileSdkVersion", 23)
20+
buildToolsVersion safeExtGet("buildToolsVersion", "23.0.1")
2121

2222
defaultConfig {
2323
minSdkVersion 16
24-
targetSdkVersion safeExtGet("compileSdkVersion", 22)
24+
targetSdkVersion safeExtGet("targetSdkVersion", 22)
2525
versionCode 1
2626
versionName "1.0"
2727
}

0 commit comments

Comments
 (0)