File tree 5 files changed +191
-220
lines changed
src/main/java/com/example/mapdemo
5 files changed +191
-220
lines changed Original file line number Diff line number Diff line change
1
+ language : android
2
+ jdk :
3
+ - oraclejdk8
4
+ sudo : false
5
+ android :
6
+ components :
7
+ - tools
8
+ - platform-tools
9
+ - build-tools-25.0.3
10
+ - android-25
11
+ licenses :
12
+ - android-sdk-license-.+
13
+ script :
14
+ - " ./gradlew build check --daemon"
15
+ after_failure : " cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results-debug.xml"
Original file line number Diff line number Diff line change @@ -18,12 +18,10 @@ android {
18
18
}
19
19
}
20
20
21
- apply plugin : ' android-apt'
22
-
23
21
dependencies {
24
- compile ' com.android.support:appcompat-v7:25.1 .1'
25
- compile ' com.google.android.gms:play-services-maps:9.8.0 '
26
- compile ' com.google.android.gms:play-services-location:9.8.0 '
27
- compile ' com.github.hotchemi:permissionsdispatcher:2.2 .0'
28
- apt ' com.github.hotchemi:permissionsdispatcher-processor:2.2 .0'
22
+ compile ' com.android.support:appcompat-v7:25.3 .1'
23
+ compile ' com.google.android.gms:play-services-maps:11.0.1 '
24
+ compile ' com.google.android.gms:play-services-location:11.0.1 '
25
+ compile ' com.github.hotchemi:permissionsdispatcher:2.4 .0'
26
+ annotationProcessor ' com.github.hotchemi:permissionsdispatcher-processor:2.4 .0'
29
27
}
You can’t perform that action at this time.
0 commit comments