Inconsistent version numbers for Android Play Store version: 1.10.5 in general settings vs 1.10.6 in debug with v1.10.5 API

Steps to reproduce

  1. Install the latest version of Obsidian from the Google Play Store (it says v1.10.6 aligning with changelog).
  2. Open settings > General and see version number is 1.10.5 (256)
  3. Use command show debug info: see that version number is 1.10.6 (256) and API version is v1.10.5

Did you follow the troubleshooting guide? [Y/N]

Yes, I started a fresh vault on Android with restricted/no themes/no CSS

Expected result

I expected to see the version numbers of General/Debug matching the release numbers and each other within the app.

Actual result

As above: general settings shows 1.10.5 (256), debug info shows 1.10.6 (256) with API version of 1.10.5.

Environment

SYSTEM INFO:
Operating system: android 16 (Google Pixel 6a)
Webview version: 142.0.7444.102
Obsidian version: 1.10.6 (256)
API version: v1.10.5
Login status: not logged in
Language: en
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none


Additional information

Worth noting I have not tested if any of the changelog changes have gone through or if this is just a version number issue.

Thanks team :slight_smile:

1 Like

Thanks, this was a minor (and harmless) typo made in an early published build of 1.10.6.

1 Like

apparently no so harmless :slight_smile: as it affects minAppVersion detection

1 Like

For an example of it messing with the minAppVersion detection you can view the Vertical Timeline List plugin’s page. On desktop it is showing the correct, current version (2.1.1) while on the Android app it is showing the previous version (2.0.0).

This is an issue because I am unable to update the plugin on my Android device. I was trying to recreate an issue a user was having with said plugin.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.