Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
new version 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiafan committed Jun 6, 2019
1 parent 037d668 commit d0489aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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.6</version>
<version>2.6.7</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.6</version>
<version>2.6.7</version>
<url>https://github.com/hsiafan/apk-parser</url>
<developers>
<developer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public void testGetSignature() throws IOException, CertificateException {
assertEquals(1, certificateMetas.size());
CertificateMeta certificateMeta = certificateMetas.get(0);
assertEquals("69ee076cc84f4d94802d61907b07525f", certificateMeta.getCertMd5());

List<ApkV2Signer> apkV2Singers = apkFile.getApkV2Singers();
}
}
}

0 comments on commit d0489aa

Please sign in to comment.