Force update licenses

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-06-07 13:44:45 +05:30
parent 1fd5f202b0
commit 8f44923fd2
No known key found for this signature in database
GPG key ID: C2E74282C2133D62

View file

@ -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"