Downgrade support library

We're not ready for the newer one yet, but we will be soon if all goes
well.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-12-08 03:19:54 +01:00
parent 7a8d14c85c
commit bb43804d58

View File

@ -68,7 +68,7 @@ ext {
databindingVersion = '3.1.3' databindingVersion = '3.1.3'
jsr305Version = '3.0.2' jsr305Version = '3.0.2'
streamsupportVersion = '1.6.0' streamsupportVersion = '1.6.0'
supportLibsVersion = '28.0.0' supportLibsVersion = '27.1.1'
threetenabpVersion = '1.1.1' threetenabpVersion = '1.1.1'
zxingEmbeddedVersion = '3.6.0' zxingEmbeddedVersion = '3.6.0'
} }