mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
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:
parent
e28ead1030
commit
4b573da62a
|
@ -18,13 +18,14 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>android</artifactId>
|
<artifactId>android</artifactId>
|
||||||
<version>4.7.8</version>
|
<version>4.7.9</version>
|
||||||
<packaging>apk</packaging>
|
<packaging>apk</packaging>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.zxing</groupId>
|
<groupId>com.google.zxing</groupId>
|
||||||
<artifactId>core</artifactId>
|
<artifactId>core</artifactId>
|
||||||
|
<version>3.3.3</version> <!-- fixed at the last compatible version -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.zxing</groupId>
|
<groupId>com.google.zxing</groupId>
|
||||||
|
|
Loading…
Reference in a new issue