[android] downgrade zxing to 3.3.3 because newer versions need minSdk 24

This commit is contained in:
Torsten Grote
2019-11-07 10:43:34 -03:00
parent 0103835601
commit ab7b287082
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ dependencies {
implementation 'info.guardianproject.panic:panic:1.0'
implementation 'info.guardianproject.trustedintents:trustedintents:0.2'
implementation 'de.hdodenhof:circleimageview:3.0.1'
implementation 'com.google.zxing:core:3.4.0'
implementation 'com.google.zxing:core:3.3.3' // newer version need minSdk 24
implementation 'uk.co.samuelwall:material-tap-target-prompt:3.0.0'
implementation 'com.vanniktech:emoji-google:0.6.0'
implementation 'com.github.kobakei:MaterialFabSpeedDial:1.2.1'