File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,19 @@ language: android
16
16
17
17
android :
18
18
components :
19
- - build-tools-19.0.0
19
+ - build-tools-20.0.0
20
+ - andorid-19
21
+ - android-20
22
+ - extra-google-m2repository
23
+ - extra-android-m2repository
24
+ - sys-img-armeabi-v7a-android-20
20
25
21
26
notifications :
22
27
email : false
23
28
24
29
env :
25
30
matrix :
26
- - ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
31
+ - ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
27
32
28
33
before_install :
29
34
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
Original file line number Diff line number Diff line change 126
126
-keep class com.google.api.client.**
127
127
-keep class com.google.maps.android.**
128
128
-keep class libcore.**
129
+ -dontwarn org.junit.**
130
+ -dontwarn org.mockito.**
131
+ -dontwarn org.robolectric.**
132
+ -dontwarn com.bumptech.glide.GlideTest
You can’t perform that action at this time.
0 commit comments