clients/android: adjust version numbers for incoming release

Change-Id: Iac6ca39be04e334e7a6129cf5a8c2ed299c7be25
This commit is contained in:
mpl 2018-04-25 10:51:27 -07:00
parent dcbe9bfbd8
commit 5f6517b728
1 changed files with 4 additions and 2 deletions

View File

@ -35,8 +35,10 @@ android {
// Stay below API 26 for a while, because it deprecates the Notification Builder
// constructor we're using.
targetSdkVersion 25
versionCode 1
versionName "1"
// integer. used by android to prevent downgrades. not seen by user.
versionCode 2
// version shown to the user in play store.
versionName "0.10"
}
buildTypes {
release {