Skip to content
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

The plugin fetches a wrong version number #6

Open
Kuurse opened this issue May 25, 2023 · 1 comment
Open

The plugin fetches a wrong version number #6

Kuurse opened this issue May 25, 2023 · 1 comment

Comments

@Kuurse
Copy link

Kuurse commented May 25, 2023

My Android app's latest store version is 0.1.31, but the GetLatestVersionNumber() method returns 0.1.3.
Here's the app I'm using to test :
https://play.google.com/store/apps/details?id=be.segi.mobulis

@Kuurse
Copy link
Author

Kuurse commented May 25, 2023

It's probably an issue with the regex used here :

var rx = new Regex(@"""\d+\.\d+\.\d", RegexOptions.Compiled);

The last \d should be a \d+. I can make a pull request if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant