diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-03-24 12:12:25 +0530 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-26 00:49:01 -0600 |
commit | 63a395125aa40ab9f30f3479d8e005306a16bd78 (patch) | |
tree | 81c21b7d379fb7894998c82a2de576f48ef79ff1 /build.gradle | |
parent | 6f973afa36b01698509440c85ec943e75ffed871 (diff) |
Introduce realtime log viewer
This contains a share button and a save button, the former using a
custom content provider.
Co-authored-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 47942114..bc057e7a 100644 --- a/build.gradle +++ b/build.gradle @@ -12,10 +12,11 @@ buildscript { cardviewVersion = '1.0.0' collectionVersion = '1.1.0' coreKtxVersion = '1.2.0' + coroutinesVersion = '1.3.5' constraintLayoutVersion = '1.1.3' coordinatorLayoutVersion = '1.1.0' agpVersion = '3.6.1' - fragmentVersion = '1.2.2' + fragmentVersion = '1.2.3' materialComponentsVersion = '1.1.0' jsr305Version = '3.0.2' kotlinVersion = '1.3.71' |