app version 131, remote config removed,default classification values updated

This commit is contained in:
chandrashekhar reddy
2025-01-17 17:27:50 +05:30
parent a72bd3d59e
commit 9183216cfe
45 changed files with 360 additions and 821 deletions

View File

@@ -20,7 +20,7 @@
<fragment
android:id="@+id/hemoCubeFragment"
android:name="com.example.hpostesting.presentation.hemocube.HemoCubeFragment"
android:name="com.example.hpostesting.presentation.trueheme_test.TrueHemeTestFragment"
android:label="fragment_hemo_cube_reference"
tools:layout="@layout/fragment_hemo_cube_reference" >
<action
@@ -29,7 +29,7 @@
</fragment>
<fragment
android:id="@+id/digitalCardFragment"
android:name="com.example.hpostesting.presentation.hemocube.DigitalCardFragment"
android:name="com.example.hpostesting.presentation.trueheme_test.DigitalCardFragment"
android:label="fragment_digital_card"
tools:layout="@layout/fragment_digital_card" />
</navigation>