mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 02:37:11 -07:00
Added AboutBox library source code. Implemented IAnalytic and IDialog interfaces for custom usage.
This commit is contained in:
parent
8a88eb2217
commit
8b28ebfb79
56 changed files with 1296 additions and 0 deletions
12
circle.yml
Normal file
12
circle.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
dependencies:
|
||||
pre:
|
||||
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-24
|
||||
- echo y | android update sdk --no-ui --all --filter build-tools-24.0.2
|
||||
|
||||
test:
|
||||
override:
|
||||
# run lint (tests will come next ...)
|
||||
- ./gradlew :library:check
|
||||
|
||||
# copy results
|
||||
- cp -r library/build/outputs $CIRCLE_ARTIFACTS
|
Loading…
Add table
Add a link
Reference in a new issue