Use Kotlin 1.1.1, support 25.3.0 and trulesk 0.18
This commit is contained in:
parent
54a1c96eff
commit
5f6017b169
2 changed files with 3 additions and 3 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.16') {
|
||||
androidTestCompile('com.github.ligi:trulesk:0.18') {
|
||||
// http://stackoverflow.com/questions/30578243/why-would-adding-espresso-contrib-cause-an-inflateexception
|
||||
exclude group: 'javax.inject'
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
buildscript {
|
||||
ext {
|
||||
support_version = '25.2.0'
|
||||
support_version = '25.3.0'
|
||||
dagger_version = '2.7'
|
||||
kotlin_version = '1.1.0'
|
||||
kotlin_version = '1.1.1'
|
||||
mockito_version = '2.7.18'
|
||||
play_version = '10.0.1'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue