This commit is contained in:
sim 2022-10-02 17:09:15 +02:00
parent f296cb7361
commit ac67201dd9
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 15
versionName "1.4.0"
versionCode 16
versionName "1.4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -0,0 +1,3 @@
* Reduce build size
* Avoid a null pointer exception
* Restart service when POST_NOTIFICATIONS is granted