-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: AAR should not use app release version #11
Comments
The updater is saying that the binary produced by Are you using |
No, I'm using app Add to app in flutter follow document shorebird. So I can't apply |
Ah yes, it's definitely much easier to hit this error in the add2app flow. |
The solution here (which I think we have another bug on?) is to create some mechanism for us to version the contents of an aar, separately from the release version from the aab. Shorebird depends on the stores enforcing one-version-per-aab rules, meaning that the version number is unique for a given set of aab contents. If we move away from that we'll need our own uniqueness mechanism, or find some other one that Android has (maybe it already has some sort of aab/apk identifier that isn't the release version number?) |
shorebirdtech/shorebird#793 has more discussion of a similar issue. |
I believe this has been fixed with shorebirdtech/docs#291 |
Description
I'm setting code push for flutter module on platform android app native. My current flutter version is 3.13.9.
my config app native is
I created library aar by command
shorebird release aar --release-version 1.0.0+1 --flutter-version=3.13.9
my release app works normally,
but when I release a new patch by command
shorebird patch aar --release-version=1.0.0+1
My app can not update that patch
Someone can help me please!
here is my logcat error
here is my flutter doctor
The text was updated successfully, but these errors were encountered: