Lightning browser with I2P configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
453 B

language: android
android:
components:
- build-tools-22.0.1
- android-22
- extra-android-support
licenses:
- 'android-sdk-license-.+'
- '.*intel.+'
before_install:
9 years ago
- chmod +x gradlew
- android update sdk --filter extra-android-support --no-ui --force > /dev/null
- android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null
- git submodule update --init --recursive
install:
9 years ago
- ./gradlew
script: