This commit is contained in:
sim 2023-01-22 19:02:45 +01:00
parent 4897ed89e9
commit 76521cac7f
2 changed files with 5 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "org.unifiedpush.distributor.nextpush"
minSdkVersion 24
targetSdkVersion 33
versionCode 17
versionName "1.4.2"
versionCode 18
versionName "1.4.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -0,0 +1,3 @@
- Add themed icon for Android 13
- Set different notification channel names
- Update dependencies