1.8.0
This commit is contained in:
parent
9d317b68bd
commit
9dacde74db
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
- Inform user when a new app is registered
|
||||
- Avoid false positive warning
|
||||
- Avoid useless restart
|
||||
- Internal optimizations
|
||||
- Bump dependencies
|
Loading…
Reference in New Issue