mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-13 14:17:45 +01:00
Merge branch 'update_buildtools' of git://github.com/BRNmod/android_external_GmsApi
This commit is contained in:
commit
5ed675a90b
@ -10,8 +10,9 @@ script:
|
|||||||
- ./gradlew assembleDebug -x lint
|
- ./gradlew assembleDebug -x lint
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- extra-android-m2repository
|
- tools
|
||||||
- build-tools-23.0.1
|
- build-tools-23.0.2
|
||||||
- android-23
|
- android-23
|
||||||
|
- extra-android-m2repository
|
||||||
|
|
||||||
|
|
||||||
|
2
extern/SafeParcel
vendored
2
extern/SafeParcel
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 273f2e1f2bf972688831e6d6837bb6b607767966
|
Subproject commit 4579b940f2aab6bc4be8607b20e0bbb70ab4002d
|
@ -32,7 +32,7 @@ version = '1.0-SNAPSHOT'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 23
|
||||||
buildToolsVersion "23.0.1"
|
buildToolsVersion "23.0.2"
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_6
|
sourceCompatibility JavaVersion.VERSION_1_6
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user