CI: Add Licence file and Licence checksum

This commit is contained in:
Schoumi 2018-03-13 16:21:52 +01:00
parent f94cfabb8a
commit f4d08339ce
1 changed files with 2 additions and 3 deletions

View File

@ -10,10 +10,9 @@ android:
- android-27
- extra-m2-repository
licences:
- android-sdk-license-.+
before_script:
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
- touch empty.file
- gradle wrapper --gradle-version 4.1 -b empty.file
- rm empty.file