1.6.3
This commit is contained in:
parent
59ffef6f05
commit
ffe7878fc3
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId "org.unifiedpush.distributor.nextpush"
|
applicationId "org.unifiedpush.distributor.nextpush"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 23
|
versionCode 24
|
||||||
versionName "1.6.2"
|
versionName "1.6.3"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
- Avoid again false positive buffered response
|
Loading…
Reference in New Issue