Skip to content

Commit

Permalink
new version 2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiafan committed Jun 13, 2019
1 parent a9b399e commit ad7140c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get apk-parser from maven central repo:
<dependency>
<groupId>net.dongliu</groupId>
<artifactId>apk-parser</artifactId>
<version>2.6.8</version>
<version>2.6.9</version>
</dependency>
```
From version 2.0, apk-parser requires java7. The last version support java6 is 1.7.4.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>apk-parser</artifactId>
<name>apk-parser</name>
<packaging>jar</packaging>
<version>2.6.8</version>
<version>2.6.9</version>
<url>https://github.com/hsiafan/apk-parser</url>
<developers>
<developer>
Expand Down

0 comments on commit ad7140c

Please sign in to comment.