summaryrefslogtreecommitdiff
path: root/library/self.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'library/self.gradle')
-rw-r--r--library/self.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/self.gradle b/library/self.gradle
index 78e5011..f649581 100644
--- a/library/self.gradle
+++ b/library/self.gradle
@@ -51,8 +51,8 @@ android.sourceSets {
java.srcDirs = ['test/robotest/src']
dependencies {
- testImplementation 'org.robolectric:robolectric:3.6.1'
- testImplementation 'org.robolectric:shadows-framework:3.6.1'
+ testImplementation 'org.robolectric:robolectric:4.0-alpha-3'
+ testImplementation 'org.robolectric:shadows-framework:4.0-alpha-3'
testImplementation 'junit:junit:4.+'
testImplementation 'com.google.truth:truth:0.31'
testImplementation 'org.mockito:mockito-core:1.9.5'