Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. apply plugin: 'com.android.application'
  2. ...
  3.  
  4. android {
  5. ...
  6. testOptions {
  7. unitTests {
  8. includeAndroidResources = true
  9. }
  10. }
  11. }
  12.  
  13. dependencies {
  14. ...
  15. testImplementation "org.robolectric:robolectric:4.2"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement