0.1.1
This commit is contained in:
parent
1aa727b6ef
commit
88030808a5
|
@ -17,8 +17,8 @@ android {
|
|||
applicationId "org.unifiedpush.distributor.nextpush"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
versionName "0.1.0"
|
||||
versionCode 2
|
||||
versionName "0.1.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
* Fix onFailure of the listener
|
||||
* Fix restart service function
|
Loading…
Reference in New Issue