mirror of
https://github.com/YTVanced/VancedMicroG
synced 2025-01-03 06:01:04 +00:00
Update build tools, sdk version and api lib
This commit is contained in:
parent
c450e2d8ad
commit
3a219305d8
4 changed files with 10 additions and 13 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,21 +1,19 @@
|
|||
language: android
|
||||
sudo: false
|
||||
git:
|
||||
submodules: false
|
||||
before_install:
|
||||
- git submodule update --init --recursive
|
||||
before_script:
|
||||
- echo sdk.dir $ANDROID_HOME > local.properties
|
||||
script:
|
||||
- export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
|
||||
- export TERM=dumb
|
||||
- export JAVA_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
|
||||
- ./gradlew build
|
||||
- echo sdk.dir $ANDROID_HOME > local.properties
|
||||
- jdk_switcher use oraclejdk8
|
||||
- ./gradlew assemble
|
||||
android:
|
||||
components:
|
||||
- platform-tools
|
||||
- tools
|
||||
- build-tools-23.0.3
|
||||
- android-23
|
||||
- build-tools-24.0.2
|
||||
- android-24
|
||||
- extra-android-m2repository
|
||||
before_cache:
|
||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||
|
|
|
@ -19,17 +19,17 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.1.3'
|
||||
classpath 'com.android.tools.build:gradle:2.2.0'
|
||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
apply plugin: 'idea'
|
||||
ext.androidBuildVersionTools = "23.0.3"
|
||||
ext.androidBuildVersionTools = "24.0.2"
|
||||
}
|
||||
|
||||
def androidCompileSdk() { return 23 }
|
||||
def androidCompileSdk() { return 24 }
|
||||
|
||||
subprojects {
|
||||
group = 'org.microg'
|
||||
|
|
2
extern/GmsApi
vendored
2
extern/GmsApi
vendored
|
@ -1 +1 @@
|
|||
Subproject commit c6f5d25850d86a78119c0175678c81178b0500e1
|
||||
Subproject commit acec513b19aaba856722fc22c9adf3f5e0ea3ac7
|
|
@ -1 +0,0 @@
|
|||
extern/GmsApi/safe-parcel
|
Loading…
Reference in a new issue