aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-10-05 21:46:03 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-05 21:46:03 +0200
commitceb3095a0a79fedd53277b6d850a59ec7cebf45a (patch)
tree623415c25231e8900f8eaebbabb8dbb66f92a32b /build.gradle
parentDownloadsFileSaver: initialize callback in constructor, not on the fly (diff)
downloadwireguard-android-ceb3095a0a79fedd53277b6d850a59ec7cebf45a.tar.xz
wireguard-android-ceb3095a0a79fedd53277b6d850a59ec7cebf45a.zip
build: update to mdc 1.3.0-alpha03
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 18f2d0f5..57bbaae1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@ buildscript {
junitVersion = '4.13'
kotlinVersion = '1.4.10'
lifecycleRuntimeKtxVersion = '2.3.0-alpha07'
- materialComponentsVersion = '22973ff10305397bfc72fed41684175fee8aeefb'
+ materialComponentsVersion = '1.3.0-alpha03'
mavenPluginVersion = '2.1'
preferenceVersion = '1.1.1'
zxingEmbeddedVersion = '3.6.0'
@@ -41,7 +41,6 @@ allprojects {
repositories {
google()
jcenter()
- maven { url 'https://jitpack.io' }
}
}