diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-27 13:20:51 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-27 13:20:51 -0600 |
commit | 2aaa316280e8de04023775b5ac940d979ea2ba17 (patch) | |
tree | 7421a123e4365c675de5c118c7721211008315d8 /build.gradle | |
parent | 918d9b8b1fd0edaa390b1092023b3642be2bc202 (diff) |
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.gradle | 2 |
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. |