commit | d61d0516f822784cc91e9793708e860bbda7151e | [log] [tgz] |
---|---|---|
author | Sanubhav Khokhar <sanubhavk@google.com> | Thu Mar 14 17:35:19 2024 +0000 |
committer | Sanubhav Khokhar <sanubhavk@google.com> | Thu Mar 14 18:23:19 2024 +0000 |
tree | aa900b92746eb624d59f970d19c1a83f439aaf98 | |
parent | 2c9682032fe2173276b67a33a4267f7d29127a42 [diff] |
No public description PiperOrigin-RevId: 615827904 Change-Id: Ic945f9da70808359c21cb21192eafeb4f15ec605
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