-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small dependency updates + additional test (#14)
* Update to current Gradle & AGP * Added a unit test that actually triggers XMPNormalizer.tweakOldXMP() * Increase patch version
- Loading branch information
1 parent
8af2a88
commit d3bc7e6
Showing
8 changed files
with
85 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,54 @@ | ||
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 6.0.0"> | ||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | ||
<rdf:Description rdf:about="" | ||
xmlns:exif="http://ns.adobe.com/exif/1.0/" | ||
xmlns:xmp="http://ns.adobe.com/xap/1.0/" | ||
xmlns:MY="http://ns.mylollc.com/MyloEdit/" | ||
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" | ||
xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
exif:DateTimeOriginal="2023-07-03T10:24:16.000" | ||
exif:SubSecTime="0" | ||
exif:SubSecTimeOriginal="0" | ||
exif:SubSecTimeDigitized="0" | ||
xmp:CreateDate="2023-07-03T10:24:16.000" | ||
xmp:ModifyDate="2023-07-03T10:24:16.000" | ||
xmp:MetadataDate="2023-07-03T08:38:51.741Z" | ||
xmp:Rating="1" | ||
MY:DateRangeStart="2023-07-03T10:24:16.000" | ||
MY:DateRangeEnd="2023-07-03T10:24:16.000" | ||
MY:DateRangeScope="" | ||
MY:Undated="false" | ||
MY:flag="false" | ||
MY:processVersion="1" | ||
MY:MetadataDate="2023-07-03T08:38:51.741Z" | ||
xmpMM:DocumentID="F4B0CBDE-3B21-46AB-BAD0-9BEA764E84D9" | ||
xmpMM:OriginalDocumentID="F4B0CBDE-3B21-46AB-BAD0-9BEA764E84D9" | ||
xmpMM:InstanceID="xmp.iid:6E5C4F82-0EAB-4EE1-9AB3-0748412A6A85"> | ||
<dc:subject> | ||
<rdf:Bag> | ||
<rdf:li>test</rdf:li> | ||
</rdf:Bag> | ||
</dc:subject> | ||
</rdf:Description> | ||
</rdf:RDF> | ||
<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?> | ||
<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Image::ExifTool 12.27'> | ||
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'> | ||
|
||
<rdf:Description rdf:about='uuid:faf5bdd5-ba3d-11da-ad31-d33d75182f1b' | ||
xmlns:MicrosoftPhoto='http://ns.microsoft.com/photo/1.0'> | ||
<MicrosoftPhoto:DateAcquired>2013-09-01T10:58:46.904</MicrosoftPhoto:DateAcquired> | ||
<MicrosoftPhoto:LastKeywordXMP> | ||
<rdf:Bag> | ||
<rdf:li>свадьба Алла+ Эльдар</rdf:li> | ||
</rdf:Bag> | ||
</MicrosoftPhoto:LastKeywordXMP> | ||
</rdf:Description> | ||
|
||
<rdf:Description rdf:about='uuid:faf5bdd5-ba3d-11da-ad31-d33d75182f1b' | ||
xmlns:dc='http://purl.org/dc/elements/1.1/'> | ||
<dc:subject> | ||
<rdf:Bag> | ||
<rdf:li>свадьба Алла+ Эльдар</rdf:li> | ||
</rdf:Bag> | ||
</dc:subject> | ||
</rdf:Description> | ||
|
||
<rdf:Description rdf:about='uuid:faf5bdd5-ba3d-11da-ad31-d33d75182f1b' | ||
xmlns:xmp='http://ns.adobe.com/xap/1.0/'> | ||
<xmp:Rating>3</xmp:Rating> | ||
</rdf:Description> | ||
</rdf:RDF> | ||
</x:xmpmeta> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<?xpacket end='w'?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters