-
Notifications
You must be signed in to change notification settings - Fork 14
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
Various Changes in the sync process #118
Various Changes in the sync process #118
Conversation
soumyaDghosh
commented
Dec 7, 2023
- Remove the need of a python file to fetch the version, url
- Added codename into the version (closes [Snap store page] Please tell us the animal names #110 )
1. Remove the need of a python file to fetch the version, url 2. Added codename into the version (closes snapcrafters#110)
I wonder, android studio has an internal update checker. Is there any way to find out what URL that uses? Maybe we could use the same url instead of these oneliners |
It's showing that the updates are managed by Snap. |
can you update your PR to get the latest update version and name from This is what the app uses when installed without snap, so this will be long-term stable. You just need to parse the XML. |
This url doesn't show the actual version number and the url to download. I'd still need to have a separate url to get the actual version number which is currently |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Let's get this running now, and try to find a better way to get the version in the future.
@soumyaDghosh seems like there is still an issue in the process: https://github.com/snapcrafters/android-studio/actions/runs/7193616466/job/19592441198 |
I have been looking into it from yesterday. And what I am thinking is, the url has EDIT: I can confirm this now. |
Temporarily.. should we shift to |
Sure! |
I commented on #120, but
|