vi / redscreen.apk

Trivial Android application that just shows bright red screen
2 stars 0 forks source link

Version mismatch #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

You released a 1.1, but the versioncode and versionname are still at 1 and 1.0 in AndroidManifest.xml . At least the versioncode integer should be bumped on every release, since it is used to check for updates. For details, see https://developer.android.com/tools/publishing/versioning.html

vi commented 9 years ago

Created tag v1.1.1 with fixed AndroidManifest.xml (android:versionCode="2", android:versionName="1.1").

ghost commented 9 years ago

Thanks for the fix.