This commit is contained in:
sim 2023-06-05 23:32:23 +02:00
parent 82ad120109
commit 3de8ccf898
2 changed files with 6 additions and 2 deletions

View File

@ -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"
}

View File

@ -0,0 +1,4 @@
- Add support to show notification on push (non-UnifiedPush)
- Improve app list UI
- Add debug ttlFails
- Bump dependencies