New build #854
2 changed files with 2 additions and 4 deletions
|
@ -8,8 +8,7 @@ build apk:
|
||||||
image: lbry/android-base:platform-28
|
image: lbry/android-base:platform-28
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk software-properties-common wget zipalign
|
- apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk software-properties-common wget zipalign
|
||||||
- wget -q https://nodejs.org/dist/latest-v10.x/node-v10.19.0-linux-x64.tar.gz
|
- wget -q https://nodejs.org/dist/latest-v10.x/node-v10.19.0-linux-x64.tar.gz && tar xf node-v10.19.0-linux-x64.tar.gz -C /opt
|
||||||
- tar xf node-v10.19.0-linux-x64.tar.gz -C /opt
|
|
||||||
- ln -fs /opt/node-v10.19.0-linux-x64/bin/node /usr/bin/node
|
- ln -fs /opt/node-v10.19.0-linux-x64/bin/node /usr/bin/node
|
||||||
- ln -fs /opt/node-v10.19.0-linux-x64/bin/npm /usr/bin/npm
|
- ln -fs /opt/node-v10.19.0-linux-x64/bin/npm /usr/bin/npm
|
||||||
- ln -fs /opt/node-v10.19.0-linux-x64/bin/npx /usr/bin/npx
|
- ln -fs /opt/node-v10.19.0-linux-x64/bin/npx /usr/bin/npx
|
||||||
|
|
|
@ -149,9 +149,8 @@ android {
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
dexOptions {
|
dexOptions {
|
||||||
incremental false
|
|
||||||
javaMaxHeapSize "2048M"
|
javaMaxHeapSize "2048M"
|
||||||
preDexLibraries = false
|
preDexLibraries false
|
||||||
jumboMode true
|
jumboMode true
|
||||||
}
|
}
|
||||||
productFlavors {
|
productFlavors {
|
||||||
|
|
Loading…
Reference in a new issue