File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
197197model {
198198 android {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def runOnDeviceOrEmulator = runOnDevice ? "-d" : "-e";
1616model {
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"
You can’t perform that action at this time.
0 commit comments