File tree Expand file tree Collapse file tree
EventBusTestSubscriberInJar Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- sudo : false
21language : android
3- jdk :
4- - oraclejdk7
2+ jdk : oraclejdk8
53
64# http://docs.travis-ci.com/user/languages/android/
75android :
86 components :
97 - tools
108 - build-tools-25.0.2
11- - android-10
9+ - android-25
1210 - extra-android-m2repository
1311
1412before_script :
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ buildscript {
1010
1111apply plugin : ' com.android.application'
1212
13- sourceCompatibility = 1.7
14-
1513repositories {
1614 jcenter()
1715}
@@ -30,11 +28,6 @@ android {
3028 }
3129 }
3230
33- compileOptions {
34- sourceCompatibility = JavaVersion . VERSION_1_7
35- targetCompatibility = JavaVersion . VERSION_1_7
36- }
37-
3831 sourceSets {
3932 main {
4033 manifest. srcFile ' AndroidManifest.xml'
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'java'
22
33group = ' de.greenrobot'
44version = ' 3.0.0'
5- sourceCompatibility = 1.7
65
76repositories {
87 jcenter()
You can’t perform that action at this time.
0 commit comments