1.3.2
This commit is contained in:
parent
9590664b60
commit
1a5a5f6d58
|
@ -17,8 +17,8 @@ android {
|
||||||
applicationId "org.unifiedpush.distributor.nextpush"
|
applicationId "org.unifiedpush.distributor.nextpush"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 12
|
versionCode 13
|
||||||
versionName "1.3.1"
|
versionName "1.3.2"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fix Restart worker when ping is missing
|
Loading…
Reference in New Issue