Release 1.0.5-beta.0#16
Merged
Merged
Conversation
Bump PUBLISH_VERSION and versionName to 1.0.4-beta.0 to cut the first beta release including the UTF-16 LE devices.csv charset fix (#15, PER-9567). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bump PUBLISH_VERSION and versionName to 1.0.5-beta.0 (1.0.4 was already the in-code dev version; release the fix as 1.0.5). Includes the UTF-16 LE devices.csv charset fix (#15, PER-9567). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rishigupta1599
approved these changes
Jun 23, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 1.0.5-beta.0
Cuts the first beta of the next release. Maven Central currently has
1.0.3as the latest;1.0.4was already set as the in-code dev version (never published), so this releases the fix as1.0.5, betaed as1.0.5-beta.0.What's included
MetadataHelper.deviceNameFromCSVnow reads the bundleddevices.csv(UTF-16 LE w/ BOM) withStandardCharsets.UTF_16, and the remote Google Play fallback explicitly as UTF-8. Fixes device-name resolution that previously worked only by accident.Changes
espresso/build.gradle:PUBLISH_VERSIONandversionName→1.0.5-beta.0.How to publish
Publishing is driven by
.github/workflows/publish.yml, which triggers on a GitHub release (released) and runspublishReleasePublicationToSonatypeRepository … closeAndReleaseSonatypeStagingRepositoryon JDK 11 + the Gradle 7.5 wrapper (compatible — unaffected by the Java-21 dependency-submission CI failure).After merge, cut a GitHub release tagged
v1.0.5-beta.0to publishio.percy:espresso-java:1.0.5-beta.0to Maven Central. (Note: marking it a pre-release firesprereleased, notreleased; the current workflow only publishes onreleased, so publish as a normal release or adjust the trigger.)🤖 Generated with Claude Code