jwr1
jwr1
I built off of 25dfd18e0d4224b059912040a422ea0bd0f737e0, unfortunately, not the tagged commit from the release (4a838d980e672c834fb4306529ba15566369c627). I also patched Flutter locally with this PR: https://github.com/flutter/flutter/pull/169816. I don't believe I had any other...
I've just updated pubspec.yaml to include both the app version and Flutter version, so you can take both of those from that file. I've also updated the GH workflow to...
I've just pushed bd4cc0c39e84e7e455c6b3327ec0a452b72960a4 with the change to remove those build-time IDs. Here's my local APK built off of that commit [app-arm64-v8a-release.tar.gz](https://github.com/user-attachments/files/20659915/app-arm64-v8a-release.tar.gz).
I added it to the grade file because I wasn't seeing any `CMakeLists.txt` file in the android directory.
> I don't know if the Android build might take it from the Linux tree Each platform only uses its own platform directory, so the Android build wouldn't be using...
Maybe we should just wait till the next release and hope I don't need to patch Flutter by then.
If that's the case, then for the next update, we can just use GH actions to build the app (since I wouldn't need to patch Flutter anymore) and I'm assuming...
I thought I already removed the build ID. What did I do here then? https://github.com/interstellar-app/interstellar/commit/bd4cc0c39e84e7e455c6b3327ec0a452b72960a4
> At least today and since at least sometime last year, downvotes ("reduces") are not public. Only upvotes ("favorites") are. It was since this PR: https://github.com/MbinOrg/mbin/pull/516. From then on, only...
I'm not really sure how to fix this one. I'm sure there's a way to hide that header bar at the top of the window, but the question is, how...