bump version
This commit is contained in:
parent
9af976657b
commit
857e282bdc
|
@ -1,6 +1,6 @@
|
|||
###Changelog
|
||||
|
||||
####Next Version
|
||||
####Version 0.7.3
|
||||
* Pebble: Report connection state to PebbleKit companion apps via content provider. NOTE: Makes Gadgetbridge mutual exclusive with the original Pebble app.
|
||||
* Ignore generic notification when from SMSSecure when SMS Notifications are on
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@ android {
|
|||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.7.2"
|
||||
versionCode 38
|
||||
versionName "0.7.3"
|
||||
versionCode 39
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Reference in New Issue