aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-27 13:20:51 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-27 13:20:51 -0600
commit2aaa316280e8de04023775b5ac940d979ea2ba17 (patch)
tree7421a123e4365c675de5c118c7721211008315d8 /build.gradle
parentdatabinding: simplify and address warnings (diff)
downloadwireguard-android-2aaa316280e8de04023775b5ac940d979ea2ba17.tar.xz
wireguard-android-2aaa316280e8de04023775b5ac940d979ea2ba17.zip
gradle: bump threetenabp to 1.2.3
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index bc057e7a..21830b50 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ buildscript {
kotlinVersion = '1.3.71'
preferenceVersion = '1.1.0'
streamsupportVersion = '1.7.1'
- threetenabpVersion = '1.2.2'
+ threetenabpVersion = '1.2.3'
// ZXING switched minSdk to 24 so we cannot upgrade to 4.0.2 without following suit.
// If you choose to upgrade to minSDK 24 then you should also disable Jetifier from
// gradle.properties.