gradle: bump threetenabp to 1.2.3

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2020-03-27 13:20:51 -06:00
parent 918d9b8b1f
commit 2aaa316280

View File

@ -22,7 +22,7 @@ buildscript {
kotlinVersion = '1.3.71' kotlinVersion = '1.3.71'
preferenceVersion = '1.1.0' preferenceVersion = '1.1.0'
streamsupportVersion = '1.7.1' 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. // 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 // If you choose to upgrade to minSDK 24 then you should also disable Jetifier from
// gradle.properties. // gradle.properties.