mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
This also fixes an issue with the use of the Iconics library where it was initialized twice. I also removed the dependency to [AndroidX Preference eXtended](https://github.com/takisoft/preferencex-android), as there don't seem to be any issues with using the vanilla AndroidX preference library anymore.
7 lines
118 B
YAML
7 lines
118 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- android-29
|
|
- build-tools-29.0.2
|
|
script:
|
|
- ./gradlew build test
|