diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2019-09-27 13:27:51 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2019-09-27 13:27:51 +0530 |
commit | 992b6486a1bfc76fe2ed1ff614cb36e6a591a0a1 (patch) | |
tree | e9dbcf41c737e6a9dd183dd5b471dd282c8a33f5 | |
parent | 421b1f889bc0901ddeeba6ab915e4a1fd6201ad5 (diff) |
Update runtime dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | app/build.gradle | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle index 34a471cf..cef566fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,16 +67,19 @@ android { } ext { - annotationsVersion = '1.0.1' - appcompatVersion = '1.0.2' + annotationsVersion = '1.1.0' + appcompatVersion = '1.1.0' cardviewVersion = '1.0.0' - databindingVersion = '3.3.1' + databindingVersion = '3.5.0' leakCanaryVersion = "2.0-beta-3" materialComponentsVersion = '1.0.0' jsr305Version = '3.0.2' - preferenceVersion = '1.0.0' - streamsupportVersion = '1.7.0' - threetenabpVersion = '1.1.1' + preferenceVersion = '1.1.0' + streamsupportVersion = '1.7.1' + threetenabpVersion = '1.2.1' + // 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. zxingEmbeddedVersion = '3.6.0' } |