summaryrefslogtreecommitdiff
path: root/library/self.gradle
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2018-01-11 18:43:23 -0800
committerMaurice Lam <yukl@google.com>2018-01-11 18:49:53 -0800
commit78bc2e0c900935ed00e111a0c4b93b50d883e2b9 (patch)
tree8c384ced17e9138c60dfd5d3ae662fa71cf1fd03 /library/self.gradle
parentcd62078b7cc0eb272104769e48156e66463a95a2 (diff)
downloadsetupwizard-78bc2e0c900935ed00e111a0c4b93b50d883e2b9.tar.gz
Implement GLIF v3 button style
Buttons are now sentence case and uses Google sans font if available. Test: ./gradlew test Bug: 71759812 Change-Id: Ibb42b58306163f387837600ca52e73065c2b0d9d
Diffstat (limited to 'library/self.gradle')
-rw-r--r--library/self.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/self.gradle b/library/self.gradle
index 008797a..86dea0e 100644
--- a/library/self.gradle
+++ b/library/self.gradle
@@ -53,6 +53,7 @@ android.sourceSets {
testImplementation 'org.robolectric:robolectric:3.6.1'
testImplementation 'org.robolectric:shadows-framework:3.6.1'
testImplementation 'junit:junit:4.+'
+ testImplementation 'com.google.truth:truth:0.31'
testImplementation 'org.mockito:mockito-core:1.9.5'
// Workaround for https://github.com/robolectric/robolectric/issues/2566
testImplementation 'org.khronos:opengl-api:gl1.1-android-2.1_r1'