Skip to content

Commit 0013d88

Browse files
committed
updated readme and added travis
1 parent 2bad615 commit 0013d88

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

.travis.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
language: android
2+
jdk: oraclejdk8
3+
4+
env:
5+
matrix:
6+
- ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a
7+
git:
8+
depth: 10000
9+
10+
matrix:
11+
fast_finish: true
12+
13+
android:
14+
components:
15+
- platform-tools
16+
- tools
17+
18+
# The BuildTools version used by your project
19+
- build-tools-23.0.3
20+
21+
# The SDK version used to compile your project
22+
- android-23
23+
24+
# Additional components
25+
- extra-google-google_play_services
26+
- extra-google-m2repository
27+
- extra-android-m2repository
28+
- addon-google_apis-google-23
29+
30+
licenses:
31+
- android-sdk-license-.+
32+
33+
before_install:
34+
- git submodule update --init --recursive
35+
- chmod u+x gradlew
36+
- android list sdk --no-ui --all --extended
37+
- android list targets
38+
39+
install: true
40+
41+
script:
42+
- ./gradlew -v
43+
- ./gradlew clean build --stacktrace
44+
45+
after_failure: true
46+
47+
notifications:
48+
email: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Android工具类库
2-
==============
1+
Android工具类库 [![](https://jitpack.io/v/kibotu/android-utils.svg)](https://jitpack.io/#kibotu/android-utils) [![API](https://img.shields.io/badge/API-3%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=3) [![Gradle Version](https://img.shields.io/badge/gradle-2.13-green.svg)](https://docs.gradle.org/current/release-notes)
2+
==============================================================================================================================================================================================================================================================================================================================================================
33

44
囊括了一大部分Android应用开发过程当中常用的工具类。工具类来源整理自网络和自己编写。
55

0 commit comments

Comments
 (0)