Skip to content

Commit

Permalink
Update robolectric library
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Aug 9, 2018
1 parent c398078 commit e8d5e5c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,19 @@ android {
buildConfigField "boolean", "HIDDEN_APP", "true"
}
}

testOptions {
unitTests {
includeAndroidResources = true
}
}
}

dependencies {
implementation 'com.android.support:design:28.0.0-rc01'
implementation 'com.mapzen.android:lost:3.0.4'
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.6.1'
testImplementation 'org.robolectric:robolectric:3.8'
googleImplementation 'com.google.firebase:firebase-core:16.0.1'
googleImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.4'
}
Expand Down

0 comments on commit e8d5e5c

Please sign in to comment.