cbeuw / Cloak-android

Android client of Cloak
Other
227 stars 32 forks source link

2.6.0 but download link is 2.5.5 apk? #24

Closed windstander closed 2 years ago

windstander commented 2 years ago

Providing the wrong file?

IzzySoft commented 2 years ago

My updater also complains the file at tag 2.6.0 identifies as v2.5.5 – and tries to re-download it daily. Looks like you forgot to update versionCode and versionName in build.gradle:

        versionCode 17
        versionName '2.5.5'

Could you please fix that and attach a new APK, @cbeuw? Thanks in advance!

windstander commented 2 years ago

@cbeuw You latest release is still 2.5.5.

windstander commented 2 years ago

https://github.com/cbeuw/Cloak-android/releases/tag/v2.6.0-fix @cbeuw

IzzySoft commented 2 years ago

Thanks!