Android app needs to use 3.3.3 as it can't use Java 8 features only supported in API 24+

This commit is contained in:
Sean Owen 2019-05-22 08:39:05 -05:00
parent e28ead1030
commit 4b573da62a

View file

@ -18,13 +18,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>android</artifactId>
<version>4.7.8</version>
<version>4.7.9</version>
<packaging>apk</packaging>
<dependencies>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.3.3</version> <!-- fixed at the last compatible version -->
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>