summaryrefslogtreecommitdiff
path: root/library/self.gradle
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2018-01-08 17:34:01 -0800
committerMaurice Lam <yukl@google.com>2018-01-11 18:46:59 -0800
commitcd62078b7cc0eb272104769e48156e66463a95a2 (patch)
tree12e4fcbf6d2c7fd553ae298236584fcb2ec175e6 /library/self.gradle
parent69e544a563c8590e63367d84a1590752587d59cc (diff)
downloadsetupwizard-cd62078b7cc0eb272104769e48156e66463a95a2.tar.gz
Use light nav bar for GLIF V3 on API v27+
Test: ./gradlew test Bug: 70896202 Change-Id: I742e807bca40b0a77158293f0d0cce52bc0cad3f
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 4f9c5ba..008797a 100644
--- a/library/self.gradle
+++ b/library/self.gradle
@@ -50,8 +50,8 @@ android.sourceSets {
java.srcDirs = ['test/robotest/src']
dependencies {
- testImplementation 'org.robolectric:robolectric:3.4.2'
- testImplementation 'org.robolectric:framework:3.4.2'
+ testImplementation 'org.robolectric:robolectric:3.6.1'
+ testImplementation 'org.robolectric:shadows-framework:3.6.1'
testImplementation 'junit:junit:4.+'
testImplementation 'org.mockito:mockito-core:1.9.5'
// Workaround for https://github.com/robolectric/robolectric/issues/2566