Skip to content

Commit 0942be1

Browse files
authored
Merge pull request #719 from NativeScript/pete/up-build-tools-runtime
Update build-tools in runtime build scripts
2 parents c8e29da + 660903c commit 0942be1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android:
1515
components:
1616
- platform-tools
1717
- tools
18-
- build-tools-23.0.3
18+
- build-tools-25.0.2
1919
- android-23
2020
- extra-android-support
2121
- extra-android-m2repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The source in this repo is organized in Android Studio projects.
2424
* Install Android API Level 22 from Android Studio -> Tools -> Android -> SDK Manager
2525
* Install the Android NDK from Android Studio -> Tools -> Android -> SDK Manager
2626
* Download Android Support Repository through the Android SDK Manager
27-
* Download Build Tools 22 through the Android SDK Manager.
27+
* Download Build Tools 25.0.2 through the Android SDK Manager.
2828

2929
# How to build
3030

runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ if (!ndkDebuggable)
192192
}
193193

194194

195-
project.ext._buildToolsVersion = "23.0.3"
195+
project.ext._buildToolsVersion = "25.0.2"
196196

197197
model {
198198
android {

test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def runOnDeviceOrEmulator = runOnDevice ? "-d" : "-e";
1616
model {
1717
android {
1818
compileSdkVersion = 23
19-
buildToolsVersion = "23.0.3"
19+
buildToolsVersion = "25.0.2"
2020

2121
defaultConfig.with {
2222
applicationId = "com.tns.android_runtime_testapp"

0 commit comments

Comments
 (0)