pom.xml (zxing-zxing-3.4.0) | : | pom.xml (zxing-zxing-3.4.1) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
Unless required by applicable law or agreed to in writing, software | Unless required by applicable law or agreed to in writing, software | |||
distributed under the License is distributed on an "AS IS" BASIS, | distributed under the License is distributed on an "AS IS" BASIS, | |||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
See the License for the specific language governing permissions and | See the License for the specific language governing permissions and | |||
limitations under the License. | limitations under the License. | |||
--> | --> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | |||
<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> | |||
<artifactId>android-core</artifactId> | <artifactId>android-core</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>com.google.android</groupId> | <groupId>com.google.android</groupId> | |||
<artifactId>android</artifactId> | <artifactId>android</artifactId> | |||
</dependency> | </dependency> | |||
</dependencies> | </dependencies> | |||
<parent> | <parent> | |||
<groupId>com.google.zxing</groupId> | <groupId>com.google.zxing</groupId> | |||
<artifactId>zxing-parent</artifactId> | <artifactId>zxing-parent</artifactId> | |||
<version>3.4.0</version> | <version>3.4.1-SNAPSHOT</version> | |||
</parent> | </parent> | |||
<build> | <build> | |||
<sourceDirectory>src</sourceDirectory> | <sourceDirectory>src</sourceDirectory> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<groupId>com.simpligility.maven.plugins</groupId> | <groupId>com.simpligility.maven.plugins</groupId> | |||
<artifactId>android-maven-plugin</artifactId> | <artifactId>android-maven-plugin</artifactId> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |