Prepare v0.3.2: bump version to 0.3.2 (versionCode 5) - #37
Merged
Merged
Conversation
Patch release whose point is to get the tongue-out stage 3 packaging fix (#36) into an artifact users actually install: image_embedder.tflite was downloaded by no workflow, so the feature could never initialise in any published APK. Also carries the failed-init latch fix from the same PR. As for v0.3.1, bumping versionName is a prerequisite rather than bookkeeping: the in-app update checker compares BuildConfig.VERSION_NAME against the latest release tag, so tagging v0.3.2 on a build still reporting 0.3.1 would leave a permanent "update available" badge on devices already running the newest build. Verified the built APK reports the new version rather than assuming the edit took (aapt2 dump badging: versionCode='5' versionName='0.3.2'). Unit tests, debug build and lint pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Summary
Version bump ahead of tagging
v0.3.2. The point of this release is to get the tongue-out stage 3 packaging fix (#36) into an artifact users actually install:image_embedder.tflitewas downloaded by no workflow, so the feature could never initialise in any published APK. It also carries the failed-init latch fix from the same PR.As for v0.3.1, bumping
versionNameis a prerequisite rather than bookkeeping: the in-app update checker comparesBuildConfig.VERSION_NAMEagainst the latest release tag, so taggingv0.3.2on a build still reporting0.3.1would leave a permanent "update available" badge on devices already running the newest build.Deliberately not included: the three open Dependabot PRs (#33 codeql-action v4, #34 Kotlin 2.4.20, #35 ARCore 1.56.0). This release exists to prove one packaging fix; mixing in a compiler and SDK bump would muddy the diagnosis if anything misbehaved. The ARCore bump especially — it can no longer be exercised on the new test device, which isn't ARCore-certified.
Test plan
testDebugUnitTest,assembleDebug,lintDebugpass.aapt2 dump badging→versionCode='5' versionName='0.3.2'.assets/image_embedder.tfliteis actually inside it. That is the only possible proof of the packaging fix — a local build bundles the model regardless, so it cannot demonstrate anything here.🤖 Generated with Claude Code