Merge branch 'update_buildtools' of git://github.com/BRNmod/android_external_GmsApi

This commit is contained in:
mar-v-in 2015-11-17 21:37:26 +01:00
commit 5ed675a90b
3 changed files with 5 additions and 4 deletions

View File

@ -10,8 +10,9 @@ script:
- ./gradlew assembleDebug -x lint
android:
components:
- extra-android-m2repository
- build-tools-23.0.1
- tools
- build-tools-23.0.2
- android-23
- extra-android-m2repository

2
extern/SafeParcel vendored

@ -1 +1 @@
Subproject commit 273f2e1f2bf972688831e6d6837bb6b607767966
Subproject commit 4579b940f2aab6bc4be8607b20e0bbb70ab4002d

View File

@ -32,7 +32,7 @@ version = '1.0-SNAPSHOT'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
}