This commit is contained in:
sim 2023-03-07 16:02:53 +01:00
parent c7b660c5fa
commit fd8bc838ff
2 changed files with 6 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "org.unifiedpush.distributor.nextpush" applicationId "org.unifiedpush.distributor.nextpush"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 33 targetSdkVersion 33
versionCode 19 versionCode 20
versionName "1.5.0" versionName "1.5.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -0,0 +1,4 @@
- Fix device deletion at logout
- Prevent restart when logout
- Some optimizations
- Bump dependencies