tiphedor/SMS-Spammer-Android

Update versionCode

Closed this issue · 1 comments

Please update versionCode and versionName. Look at your app/build.gradle:

versionCode 1
versionName "1.0"

The versionName is just a fancy string, but the versionCode is an integer that is used to check if an updated version is available. See https://developer.android.com/tools/publishing/versioning.html .

Yup, sounds like i forget to update it.

45405d1