commit | 2c9682032fe2173276b67a33a4267f7d29127a42 | [log] [tgz] |
---|---|---|
author | Sanubhav Khokhar <sanubhavk@google.com> | Fri Mar 08 19:12:35 2024 +0000 |
committer | Sanubhav Khokhar <sanubhavk@google.com> | Sat Mar 09 00:59:38 2024 +0000 |
tree | 955a8b95f81594b15307e8010e04cd2af95e3c82 |
Mirror pixymeta_android library PiperOrigin-RevId: 613989115 Change-Id: I9ca9a34ce91e85a1077af0ce0c7413fac2f6e323
Standalone Android version of PixyMeta - a pure Java image metadata manipulation tool.
There is currently no stable release of PIXYMETA-ANDROID. However you can pull the latest SNAPSHOT from Sonatype SNAPSHOT repository by adding the snapshot repository to your pom.xml:
<repository> <id>oss.sonatype.org</id> <name>Sonatype Snapshot Repository</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>
Then you can use the SNAPSHOT version of ICAFE in your pom.xml:
<dependency> <groupId>com.github.dragon66</groupId> <artifactId>pixymeta-android</artifactId> <version>1.0-SNAPSHOT</version> </dependency>
Go to the wiki page to see this library in action or grab the “pixymeta-android.jar” from the lib folder and try it yourself!
Tested on Android Nexus4 virtual device only!!!
Project using pixymeta-android
Suggestions? custom requirements? Open an issue or send email to me directly: yuwen_66@yahoo.com