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 | e726e687d5a7e716e389d3b01208d2970d3ae0f9 (patch) | |
tree | 13a53bbe57f84f65c5fa32e7ddacfe0446011f50 /app/build.gradle | |
parent | 16a5ad51169114f280ea610cec0713d3627446a6 (diff) |
Downgrade support library
We're not ready for the newer one yet, but we will be soon if all goes
well.
Diffstat (limited to 'app/build.gradle')
-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' } |