add low Hb check and log errors

This commit is contained in:
Pritimay Sarkar
2023-11-27 10:23:44 +05:30
parent 6fa5e760c1
commit 457c652161
6 changed files with 23 additions and 7 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId "in.sminnovations.hpostesting"
minSdk 21
targetSdk 34
versionCode 35
versionName "2.1.35"
versionCode 38
versionName "2.1.38"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}