Skip to content

Commit ec36e96

Browse files
committed
update build-tools used to build the test-app and android runtime to version 25.0.2
1 parent 5dd31fc commit ec36e96

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)