funkyg / funkytunes

A streaming music player for Android, using torrents.
GNU General Public License v3.0
122 stars 24 forks source link

Last version has wrong versionCode #29

Closed IzzySoft closed 7 years ago

IzzySoft commented 7 years ago

Just a note: Looks like you forgot incrementing the versionCode of the latest APK in releases/:

com.github.funkyg.funkytunes_0.1.1*
package: name='com.github.funkyg.funkytunes' versionCode='2' versionName='0.1.1' platformBuildVersionName='7.1.1'
com.github.funkyg.funkytunes_0.1.2*
package: name='com.github.funkyg.funkytunes' versionCode='2' versionName='0.1.2' platformBuildVersionName='7.1.1'

There cannot be two .apk files with the same version code in a repo, thus todays update here failed (had to manually remove the previous version to get the new one in).

Could you please ensure the increment for future versions? Thanks!

funkyg commented 7 years ago

oops...

fixed it with a new version

IzzySoft commented 7 years ago

Confirmed, repo updated without manual intervention :smile_cat: Thanks!