-
Notifications
You must be signed in to change notification settings - Fork 60
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
Upgrade sdk libraries to latest versions #2825
Conversation
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
* Remove extra libraries | upgrade sdk workflow libs * Update Kotlin version to 1.8.20 Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com> --------- Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com> Co-authored-by: Elly Kitoto <junkmailstoelly@gmail.com>
…nto upgrade-sdk-libraries Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
…nto upgrade-sdk-libraries
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
Issue resolved by using this property on the debug build variant "enableUnitTestCoverage" instead of "isTestCoverageEnabled". "isTestCoverageEnabled" is deprecated and uses jacoco under the hood. Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
The blocker has been resolved. |
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com>
@vitorpamplona I've reverted the dependencies workaround on a separate branch here : https://github.com/opensrp/fhircore/tree/no-dep-workaround |
Nice, are you getting the right versions on the HAPI Fhir now? |
android/engine/src/main/java/org/smartregister/fhircore/engine/task/FhirCarePlanGenerator.kt
Outdated
Show resolved
Hide resolved
Not yet, with this state it doesn't even compile. Created the branch so that it is easy for you to replicate the issue by just trying to build. |
@vitorpamplona were you able to replicate? |
9139ea3
to
7893f28
Compare
* main: Add icons to be displayed on eusm service point register. (#3047) Upgrade sdk libraries to latest versions (#2825) Make Login Screen Logo Size Configurable (#3045) # Conflicts: # android/gradle/libs.versions.toml # android/quest/src/main/java/org/smartregister/fhircore/quest/ui/questionnaire/QuestionnaireActivity.kt
Migrate to latest FHIR SDK Artifacts 💚 * Uprade Gradle dependencies * Upgrade Kotlin version * Clean up unused dependencies * Change CI JDK version to 17 * Refactor tests in quest module * Disable integration tests * Implement support Careplan generation using fhirOperator library | $Apply * Move Configs to Constants object - update documentation * Remove Guava cache config from build: Enforced by SDK * Update CHANGELOG.md * Refactor Dollar Lite to function --------- Signed-off-by: Elly Kitoto <junkmailstoelly@gmail.com> Co-authored-by: owais-vd <owais.ali@venturedive.com> Co-authored-by: Benjamin Mwalimu <dubdabasoduba@gmail.com> Co-authored-by: Rkareko <rkareko@ona.io> Co-authored-by: Debbie Mong'are <debbiearita96@gmail.com> Co-authored-by: Simon Njoroge <snjoroge@ona.io> Co-authored-by: Peter Lubell-Doughtie <peter@ona.io> Co-authored-by: Vitor Pamplona <vitor@vitorpamplona.com> Co-authored-by: Martin Ndegwa <mndegwa@ona.io> Co-authored-by: maimoonak <maimoona.kausar@venturedive.com>
* main: Add icons to be displayed on eusm service point register. (#3047) Upgrade sdk libraries to latest versions (#2825) Make Login Screen Logo Size Configurable (#3045) # Conflicts: # android/gradle/libs.versions.toml # android/quest/src/main/java/org/smartregister/fhircore/quest/ui/questionnaire/QuestionnaireActivity.kt
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #2816
Engineer Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guideCode Reviewer Checklist
strings.xml
file