Skip to content

Commit

Permalink
Upgrade SDC Version (#3703)
Browse files Browse the repository at this point in the history
* Upgrade SDC Version

Fixes bug with PR google/android-fhir#2645

* rename Kader Job Aids flavor

* Fix typo in add-application-flavors.mdx

* Update SDC with google/android-fhir#2393 Fix
  • Loading branch information
ndegwamartin authored Jan 31, 2025
1 parent 9608436 commit 4ddd5db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ espresso-core = "3.6.1"
fhir-sdk-common = "0.1.0-alpha05-preview3-SNAPSHOT"
fhir-sdk-contrib-barcode = "0.1.0-beta3-preview7-rc1-SNAPSHOT"
fhir-sdk-contrib-locationwidget = "0.1.0-alpha01-preview2-rc1-SNAPSHOT"
fhir-sdk-data-capture = "1.2.0-preview9-SNAPSHOT"
fhir-sdk-data-capture = "1.2.0-preview9.2-SNAPSHOT"
fhir-sdk-engine = "1.1.0-preview4-SNAPSHOT"
fhir-sdk-knowledge = "0.1.0-alpha03-preview5-rc2-SNAPSHOT"
fhir-sdk-workflow = "0.1.0-alpha04-preview10-rc1-SNAPSHOT"
Expand Down
4 changes: 2 additions & 2 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@ android {
manifestPlaceholders["appLabel"] = "Minsa EIR"
}

create("kaderjobaids") {
create("kaderJobAids") {
dimension = "apps"
applicationIdSuffix = ".jobaids"
versionNameSuffix = "-kaderjobaids"
versionNameSuffix = "-kaderJobAids"
manifestPlaceholders["appLabel"] = "Kader Kesehatan"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ productFlavors {
}
```

The product flavors are easily modigied to the specified app flavor e.g.
The product flavors are easily modified to the specified app flavor e.g.

```
create("afyaYangu") {
Expand Down

0 comments on commit 4ddd5db

Please sign in to comment.