Hint about version increments
This commit is contained in:
parent
f20e11d517
commit
44667a60d1
|
@ -12,8 +12,10 @@ android {
|
||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 34
|
|
||||||
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.6.8"
|
versionName "0.6.8"
|
||||||
|
versionCode 34
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in New Issue