1.7.0
This commit is contained in:
parent
82ad120109
commit
3de8ccf898
|
@ -11,8 +11,8 @@ android {
|
|||
applicationId "org.unifiedpush.distributor.nextpush"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 33
|
||||
versionCode 24
|
||||
versionName "1.6.3"
|
||||
versionCode 25
|
||||
versionName "1.7.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
- Add support to show notification on push (non-UnifiedPush)
|
||||
- Improve app list UI
|
||||
- Add debug ttlFails
|
||||
- Bump dependencies
|
Loading…
Reference in New Issue