1.5.1
This commit is contained in:
parent
c7b660c5fa
commit
fd8bc838ff
|
@ -11,8 +11,8 @@ android {
|
|||
applicationId "org.unifiedpush.distributor.nextpush"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 33
|
||||
versionCode 19
|
||||
versionName "1.5.0"
|
||||
versionCode 20
|
||||
versionName "1.5.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
- Fix device deletion at logout
|
||||
- Prevent restart when logout
|
||||
- Some optimizations
|
||||
- Bump dependencies
|
Loading…
Reference in New Issue