Update Robolectric for API 28 support
This commit is contained in:
parent
002248551b
commit
9037167e29
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ dependencies {
|
||||||
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
|
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
testImplementation "org.robolectric:robolectric:3.6.1"
|
testImplementation "org.robolectric:robolectric:4.0-alpha-3"
|
||||||
|
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue