File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
websockets-rxjava-example Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : android
3
+ jdk :
4
+ - oraclejdk8
3
5
4
6
android :
5
7
components :
6
8
- tools
7
9
- platform-tools
8
- - build-tools-22 .0.1
9
- - android-22
10
+ - build-tools-25 .0.2
11
+ - android-25
10
12
- extra-google-m2repository
11
13
- extra-android-m2repository
12
- addons :
13
- apt_packages :
14
- - pandoc
15
14
16
15
script : ./gradlew build
17
-
18
- after_script :
19
- - for f in "websockets-example/build/outputs/lint-results*.html"; do pandoc $f -t plain; done
20
- - for f in "websockets-rxjava-example/build/outputs/lint-results*.html"; do pandoc $f -t plain; done
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ dependencies {
33
33
}
34
34
35
35
android {
36
- compileSdkVersion 22
36
+ compileSdkVersion 25
37
37
buildToolsVersion ' 25.0.2'
38
38
39
39
defaultConfig {
40
40
minSdkVersion 9
41
- targetSdkVersion 22
41
+ targetSdkVersion 25
42
42
}
43
43
buildTypes {
44
44
release {
@@ -47,6 +47,8 @@ android {
47
47
}
48
48
lintOptions {
49
49
disable ' InvalidPackage'
50
+ textOutput " stdout"
51
+ textReport true
50
52
}
51
53
52
54
compileOptions {
You can’t perform that action at this time.
0 commit comments