File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : android
2
+ jdk : oraclejdk8
3
+
4
+ env :
5
+ global :
6
+ - ANDROID_API_LEVEL=25
7
+ - ANDROID_BUILD_TOOLS_VERSION=25.0.2
8
+
9
+ android :
10
+ components :
11
+ # The BuildTools version used by your project
12
+ - tools
13
+ - platform-tools
14
+ - build-tools-$ANDROID_BUILD_TOOLS_VERSION
15
+ - extra-android-m2repository
16
+ - extra-google-android-support
17
+
18
+ # The SDK version used to compile your project
19
+ - android-$ANDROID_API_LEVEL
20
+ licenses :
21
+ - ' .+'
22
+
23
+ script : " ./gradlew build"
Original file line number Diff line number Diff line change 1
1
# CameraFilters
2
2
[ ![ Bintray] ( https://img.shields.io/badge/bintray-v1.0-brightgreen.svg ) ] ( https://bintray.com/jessyancoding/maven/CameraFilters/1.0/link )
3
+ [ ![ Build Status] ( https://travis-ci.org/JessYanCoding/CameraFilters.svg?branch=master ) ] ( https://travis-ci.org/JessYanCoding/CameraFilters )
3
4
[ ![ API] ( https://img.shields.io/badge/API-15%2B-blue.svg?style=flat-square ) ] ( https://developer.android.com/about/versions/android-4.0.3.html )
4
5
[ ![ License] ( http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square ) ] ( http://www.apache.org/licenses/LICENSE-2.0 )
5
6
You can’t perform that action at this time.
0 commit comments