mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
bump Android SDK Build-Tools to 24.0.2
This commit is contained in:
parent
c2b813c8f7
commit
eb10fb0015
2 changed files with 3 additions and 3 deletions
4
SETUP.md
4
SETUP.md
|
@ -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.
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue