1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-06 05:16:41 +02:00

Hint about version increments

This commit is contained in:
cpfeiffer 2015-12-07 18:10:00 +01:00
parent f20e11d517
commit 44667a60d1

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 {