Bump build-tools to 23.0.2
This commit is contained in:
parent
6483106a46
commit
c74e272de7
@ -13,9 +13,9 @@ before_script:
|
|||||||
- export ANDROID_HOME=$PWD/android-sdk
|
- export ANDROID_HOME=$PWD/android-sdk
|
||||||
- export PATH="$ANDROID_HOME/tools:$PATH"
|
- export PATH="$ANDROID_HOME/tools:$PATH"
|
||||||
- echo " == Installing Android SDK components"
|
- echo " == Installing Android SDK components"
|
||||||
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.1,android-22,extra-android-m2repository
|
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.2,android-22,extra-android-m2repository
|
||||||
- export PATH="$ANDROID_HOME/platform-tools:$PATH"
|
- export PATH="$ANDROID_HOME/platform-tools:$PATH"
|
||||||
- export PATH="$ANDROID_HOME/build-tools/23.0.1:$PATH"
|
- export PATH="$ANDROID_HOME/build-tools/23.0.2:$PATH"
|
||||||
- echo " == Installing Android emulator images"
|
- echo " == Installing Android emulator images"
|
||||||
- echo y | android -s update sdk --no-ui -a -t android-10
|
- echo y | android -s update sdk --no-ui -a -t android-10
|
||||||
- echo " == Installing Gradle"
|
- echo " == Installing Gradle"
|
||||||
|
@ -110,7 +110,7 @@ if (!hasProperty('sourceDeps')) {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 22
|
compileSdkVersion 22
|
||||||
buildToolsVersion '23.0.1'
|
buildToolsVersion '23.0.2'
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
|
@ -11,7 +11,7 @@ dependencies {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 22
|
compileSdkVersion 22
|
||||||
buildToolsVersion '23.0.1'
|
buildToolsVersion '23.0.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 8
|
minSdkVersion 8
|
||||||
|
@ -19,7 +19,7 @@ dependencies {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 19
|
compileSdkVersion 19
|
||||||
buildToolsVersion '23.0.1'
|
buildToolsVersion '23.0.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 7
|
minSdkVersion 7
|
||||||
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 22
|
compileSdkVersion 22
|
||||||
buildToolsVersion '23.0.1'
|
buildToolsVersion '23.0.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 8
|
minSdkVersion 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user