This commit is contained in:
sim 2023-03-26 23:22:17 +02:00
parent 8f22ce72b1
commit 8727c11837
2 changed files with 5 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 20 versionCode 21
versionName "1.5.1" versionName "1.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -0,0 +1,3 @@
- Improve feedback to the user
- Some optimizations
- Minor corrections