1.4.1
This commit is contained in:
parent
f296cb7361
commit
ac67201dd9
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId "org.unifiedpush.distributor.nextpush"
|
applicationId "org.unifiedpush.distributor.nextpush"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 15
|
versionCode 16
|
||||||
versionName "1.4.0"
|
versionName "1.4.1"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
* Reduce build size
|
||||||
|
* Avoid a null pointer exception
|
||||||
|
* Restart service when POST_NOTIFICATIONS is granted
|
Loading…
Reference in New Issue