Browse Source

Upgrade streamsupport dependency

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4 years ago
parent
commit
0f67a2f194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -21,7 +21,7 @@ buildscript {
jsr305Version = '3.0.2'
kotlinVersion = '1.3.71'
preferenceVersion = '1.1.0'
streamsupportVersion = '1.7.1'
streamsupportVersion = '1.7.2'
threetenabpVersion = '1.2.3'
// 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


Loading…
Cancel
Save