Skip to content

Commit

Permalink
Fix issue 17 (#54)
Browse files Browse the repository at this point in the history
* Fix issue#17

* Update immunization to v3.0.7
  • Loading branch information
hamza-vd authored Feb 15, 2021
1 parent 12b7830 commit 54b4e7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion opensrp-path-zeir/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ dependencies {
exclude group: 'io.ona.rdt-capture', module: 'lib'
}

implementation('org.smartregister:opensrp-client-immunization:3.0.6-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-immunization:3.0.7-SNAPSHOT@aar') {
transitive = true
exclude group: 'org.smartregister', module: 'opensrp-client-core'
exclude group: 'org.smartregister', module: 'opensrp-client-native-form'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ private List<VaccineRepo.Vaccine> generateVaccineList() {
Collections.sort(vaccineList, (lhs, rhs) -> lhs.display().compareToIgnoreCase(rhs.display()));

vaccineList.remove(VaccineRepo.Vaccine.bcg2);
vaccineList.remove(VaccineRepo.Vaccine.ipv);
vaccineList.remove(VaccineRepo.Vaccine.measles1);
vaccineList.remove(VaccineRepo.Vaccine.measles2);
vaccineList.remove(VaccineRepo.Vaccine.mr1);
Expand Down

0 comments on commit 54b4e7e

Please sign in to comment.