Use trulesk 0.9 which now activates testbuttler
This removes a ugly emulator flakyness I had currently "launcher3 has crashed" ..-(
This commit is contained in:
parent
c4d23e366d
commit
520b66aab7
1 changed files with 1 additions and 2 deletions
|
@ -98,7 +98,7 @@ dependencies {
|
|||
kaptAndroidTest "com.google.dagger:dagger-compiler:$dagger_version"
|
||||
androidTestCompile "com.android.support:support-annotations:$support_version"
|
||||
|
||||
androidTestCompile('com.github.ligi:trulesk:0.8') {
|
||||
androidTestCompile('com.github.ligi:trulesk:0.9') {
|
||||
// http://stackoverflow.com/questions/30578243/why-would-adding-espresso-contrib-cause-an-inflateexception
|
||||
exclude group: 'javax.inject'
|
||||
}
|
||||
|
@ -143,7 +143,6 @@ dependencies {
|
|||
compile "com.android.support:design:$support_version"
|
||||
compile "com.android.support:preference-v7:$support_version"
|
||||
|
||||
|
||||
compile 'net.i2p.android.ext:floatingactionbutton:1.10.1'
|
||||
|
||||
compile 'com.github.ligi:KAXT:0.9'
|
||||
|
|
Loading…
Reference in a new issue