Force update licenses
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
1fd5f202b0
commit
8f44923fd2
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ android:
|
|||
licenses:
|
||||
- ".+"
|
||||
|
||||
before_install:
|
||||
- mkdir -p "$ANDROID_HOME/licenses/"
|
||||
- curl "https://download.msfjarvis.website/.viscerion/sdk-licenses.tar.xz" | tar -C "$ANDROID_HOME/licenses/" --strip-components=1 -xvf -
|
||||
|
||||
script:
|
||||
- "./gradlew clean build test lintDebug -Dpre-dex=false"
|
||||
|
||||
|
|
Loading…
Reference in a new issue