This commit is contained in:
sim 2023-08-31 22:46:35 +02:00
parent 9d317b68bd
commit 9dacde74db
2 changed files with 7 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "org.unifiedpush.distributor.nextpush"
minSdk 24
targetSdk 33
versionCode 26
versionName "1.7.1"
versionCode 27
versionName "1.8.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -0,0 +1,5 @@
- Inform user when a new app is registered
- Avoid false positive warning
- Avoid useless restart
- Internal optimizations
- Bump dependencies