Skip to content

Commit 9413a61

Browse files
- fixed Bc cancer spelling issue
- updated version for the release.
1 parent 8ad1e36 commit 9413a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
<string name="hospital_visits">Hospital Visits</string>
537537
<string name="clinical_documents">Clinical Docs</string>
538538
<string name="imaging_reports">Imaging Reports</string>
539-
<string name="bc_cancer_screening">BC Cancer screening</string>
539+
<string name="bc_cancer_screening">BC Cancer Screening</string>
540540
<string name="filter">Filter</string>
541541
<string name="apply">Apply</string>
542542
<string name="no_records_found">No records found</string>

scripts/versions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ versions.compileSdkVersion = 33
77

88
//App
99
versions.versionName = '2.0.5'
10-
versions.versionCode = 233
10+
versions.versionCode = 234
1111
versions.localApiVersion = 2
1212

1313
//Tools & Libs

0 commit comments

Comments
 (0)