1.2.0
This commit is contained in:
parent
fb84ec151a
commit
d6ef8adea5
|
@ -17,8 +17,8 @@ android {
|
||||||
applicationId "org.unifiedpush.distributor.nextpush"
|
applicationId "org.unifiedpush.distributor.nextpush"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 8
|
versionCode 9
|
||||||
versionName "1.1.1"
|
versionName "1.2.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
- Implement last UnifiedPush Android specifications (AND_2.0.0)
|
||||||
|
- Use single periodic worker to restart
|
||||||
|
- Increase wakelock timeout
|
Loading…
Reference in New Issue