bump Android SDK Build-Tools to 24.0.2

This commit is contained in:
Andy Scherzinger 2016-08-29 17:58:55 +02:00 committed by AndyScherzinger
parent c2b813c8f7
commit eb10fb0015
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 3 additions and 3 deletions

View file

@ -16,8 +16,8 @@ The [Android SDK][3] is necessary to build the app. There are different options
Open a terminal and type 'android' to start the Android SDK Manager. To build the Nextcloud for Android app you will need to install at least the next SDK packages:
* Android SDK Tools and Android SDK Platform-tools (already installed); upgrade to their last versions is usually a good idea.
* Android SDK Build-Tools; any version from 23 or later should work fine; avoid preview versions, if any available.
* Android 6.0 (API 23), SDK Platform; needed to build the nextcloud app.
* Android SDK Build-Tools 24.0.2.
* Android 7.0 (API 24), SDK Platform; needed to build the nextcloud app.
Install any other package you consider interesting, such as emulators.

View file

@ -89,7 +89,7 @@ android {
htmlOutput file("$project.buildDir/reports/lint/lint.html")
}
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion "24.0.2"
defaultConfig {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"