This commit is contained in:
sim 2024-12-05 16:40:47 +01:00
parent be5bba9cc3
commit 2582e4a7db
2 changed files with 7 additions and 2 deletions

View File

@ -18,8 +18,8 @@ android {
applicationId = "org.unifiedpush.distributor.nextpush"
minSdk = 24
targetSdk = 35
versionCode = 29
versionName = "1.9.0"
versionCode = 30
versionName = "2.0.0"
}
buildFeatures {

View File

@ -0,0 +1,5 @@
- New user interface
- Implement new UnifiedPush specifications (VAPID, urgency, etc)
- Improve stability
- Target SDK 35
- Many other minor fixes and improvements