aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-07 12:41:13 -0400
committerGitHub <noreply@github.com>2019-06-07 12:41:13 -0400
commit1e3cb74579a3297460cd4085c57942138c5805a2 (patch)
treeba1ab2f42d3d4407c50c215ba85674700c047db7 /buildSrc
parentb9feba20d45505a22162c386e18dfc1a4f117d3f (diff)
parent879ac366074697dd0a7fbb2c3d99a48d7aeeb22d (diff)
downloadkau-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 'buildSrc')
-rw-r--r--buildSrc/src/main/kotlin/ca/allanwang/kau/Versions.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/main/kotlin/ca/allanwang/kau/Versions.kt b/buildSrc/src/main/kotlin/ca/allanwang/kau/Versions.kt
index 2bcedaa..8c14a92 100644
--- a/buildSrc/src/main/kotlin/ca/allanwang/kau/Versions.kt
+++ b/buildSrc/src/main/kotlin/ca/allanwang/kau/Versions.kt
@@ -49,7 +49,7 @@ open class Versions {
val iconicsCommunity = "3.5.95.1"
// https://github.com/afollestad/material-dialogs/releases
- val materialDialog = "0.9.6.0"
+ val materialDialog = "3.0.0-rc2"
// https://mvnrepository.com/artifact/androidx.test.espresso/espresso-core?repo=google
val espresso = "3.1.1"