mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
Merge pull request #516 from nivl4/fix-multidex-unit-tests
fix unit tests error caused by missing multidex test deps
This commit is contained in:
commit
f6b8a82539
2 changed files with 2 additions and 4 deletions
|
|
@ -1,11 +1,8 @@
|
|||
language: android
|
||||
jdk:
|
||||
- oraclejdk7
|
||||
- oraclejdk8
|
||||
jdk: oraclejdk8
|
||||
before_install:
|
||||
- export JAVA7_HOME=/usr/lib/jvm/java-7-oracle
|
||||
- export JAVA8_HOME=/usr/lib/jvm/java-8-oracle
|
||||
- export JAVA_HOME=$JAVA7_HOME
|
||||
|
||||
android:
|
||||
components:
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ dependencies {
|
|||
|
||||
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
|
||||
testCompile 'org.robolectric:robolectric:3.0'
|
||||
testCompile 'org.robolectric:shadows-multidex:3.0'
|
||||
|
||||
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
|
||||
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue