Răsfoiți Sursa

bump Android SDK Build-Tools to 24.0.2

Andy Scherzinger 8 ani în urmă
părinte
comite
eb10fb0015
2 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 2 2
      SETUP.md
  2. 1 1
      build.gradle

+ 2 - 2
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.
 

+ 1 - 1
build.gradle

@@ -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"