-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add duplicate ZEIR ID cleanup job #168
base: master
Are you sure you want to change the base?
Add duplicate ZEIR ID cleanup job #168
Conversation
ekigamba
commented
Jan 13, 2023
- Fixes https://github.com/opensrp/support/issues/278
Depends on this PR in client core opensrp/opensrp-client-core#902 |
@@ -371,7 +381,9 @@ dependencies { | |||
// Because RxAndroid releases are few and far between, it is recommended you also | |||
// explicitly depend on RxJava's latest version for bug fixes and new features. | |||
implementation 'io.reactivex.rxjava2:rxjava:2.2.19' | |||
implementation 'com.evernote:android-job:1.2.6' | |||
implementation('com.github.devv911:android-job:1.4.5') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create an issue to remove this and either update the client-core version or use an official version from evernote-job
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created issue for it https://github.com/opensrp/support/issues/298
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the issue should be to remove this dependency with an official one or use client-core v6
@@ -0,0 +1,20 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's exclude this from the PR and add it to gitignore
…tps://github.com/opensrp/opensrp-client-unicef-tunisia into issue/support/278-fix-duplicate-zeir-ids-tunisia
Add F_ZEIR_ID to duplicate IDs fix