Hint about version increments

here
cpfeiffer 2015-12-07 18:10:00 +01:00
parent f20e11d517
commit 44667a60d1
1 changed files with 3 additions and 1 deletions

View File

@ -12,8 +12,10 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19
targetSdkVersion 23
versionCode 34
// note: always bump BOTH versionCode and versionName!
versionName "0.6.8"
versionCode 34
}
buildTypes {
release {