diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-07 12:41:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 12:41:13 -0400 |
commit | 1e3cb74579a3297460cd4085c57942138c5805a2 (patch) | |
tree | ba1ab2f42d3d4407c50c215ba85674700c047db7 /sample/build.gradle | |
parent | b9feba20d45505a22162c386e18dfc1a4f117d3f (diff) | |
parent | 879ac366074697dd0a7fbb2c3d99a48d7aeeb22d (diff) | |
download | kau-1e3cb74579a3297460cd4085c57942138c5805a2.tar.gz kau-1e3cb74579a3297460cd4085c57942138c5805a2.tar.bz2 kau-1e3cb74579a3297460cd4085c57942138c5805a2.zip |
Merge pull request #200 from AllanWang/material-dialogs-3
Material Dialogs 3
Diffstat (limited to 'sample/build.gradle')
-rw-r--r-- | sample/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sample/build.gradle b/sample/build.gradle index 7316f1e..bb7cab0 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -122,6 +122,8 @@ dependencies { implementation project(':searchview') implementation project(':mediapicker') + implementation "com.afollestad.material-dialogs:input:${kau.materialDialog}" + testImplementation kauDependency.kotlinTest testImplementation kauDependency.junit |