diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-08 03:19:54 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-08 03:19:54 +0100 |
commit | bb43804d58ac0b055b3f26dc607a1134f4714488 (patch) | |
tree | 13a53bbe57f84f65c5fa32e7ddacfe0446011f50 | |
parent | 7a8d14c85c95f8e078e0a6b49b22bf859da6eca0 (diff) |
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>
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 74fc93b8..a71dc030 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ ext { databindingVersion = '3.1.3' jsr305Version = '3.0.2' streamsupportVersion = '1.6.0' - supportLibsVersion = '28.0.0' + supportLibsVersion = '27.1.1' threetenabpVersion = '1.1.1' zxingEmbeddedVersion = '3.6.0' } |