IrosTheBeggar / mstream-flutter

Stream and Sync music from any mStream server
http://mstream.io
GNU General Public License v3.0
30 stars 11 forks source link

Please update versionCode and versionName #4

Closed IzzySoft closed 5 years ago

IzzySoft commented 5 years ago

Currently, all your APKs seem to have the very same versionName and versionCode. For example, from the v0.5 tag:

package: name='mstream.music' versionCode='1' versionName='0.0.1' platformBuildVersionName='0.0.1'

That makes it impossible for Android to detect updates (which would be rejected as "already installed"). Could you please take care to update the two values accordingly?

If possible, please already replace the v0.5 APK – otherwise, start with the next release. As you use dynamic versioning (variables), the places to fix it are lines 22 & 27 of android/app/build.gradle (as of this writing).

Thanks in advance!

IrosTheBeggar commented 5 years ago

@IzzySoft

This has been fixed on v0.7

IzzySoft commented 5 years ago

Thanks! And here you go: Your app can now be installed (and kept up-to-date) using the F-Droid client if my repo was added.

IzzySoft commented 5 years ago

Assuming it stays fixed (i.e. you remember updating the two with each new release), I assume we can close this. Thanks again!

PS: For background, just linking the original request.