Skip to content

Commit

Permalink
Reordered project flavors to be alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyad authored May 3, 2019
1 parent 9e5f502 commit 2ae2fe8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ android {
livinggoodskenya {
applicationId = 'org.medicmobile.webapp.mobile.livinggoodskenya'
}
livinggoods_assisted_networks {
applicationId = 'org.medicmobile.webapp.mobile.livinggoods_assisted_networks'
}
livinggoods_innovation_ke {
applicationId = 'org.medicmobile.webapp.mobile.livinggoods_innovation_ke'
}
Expand All @@ -190,9 +193,6 @@ android {
livinggoods_innovation_ke_hivst {
applicationId = 'org.medicmobile.webapp.mobile.livinggoods_innovation_ke_hivst'
}
livinggoods_assisted_networks {
applicationId = 'org.medicmobile.webapp.mobile.livinggoods_assisted_networks'
}
moh_kenya_siaya_white {
applicationId = 'org.medicmobile.webapp.mobile.moh_kenya_siaya'
}
Expand All @@ -208,6 +208,9 @@ android {
musomali {
applicationId = 'org.medicmobile.webapp.mobile.musomali'
}
pih_malawi {
applicationId = 'org.medicmobile.webapp.mobile.pih_malawi'
}
simprints {
applicationId = 'org.medicmobile.webapp.mobile.simprints'

Expand All @@ -218,8 +221,5 @@ android {
vhw_burundi {
applicationId = 'org.medicmobile.webapp.mobile.vhw_burundi'
}
pih_malawi {
applicationId = 'org.medicmobile.webapp.mobile.pih_malawi'
}
}
}

0 comments on commit 2ae2fe8

Please sign in to comment.