sanitize the results values if the result is NaN or infinity

This commit is contained in:
Mariya
2024-03-04 18:02:07 +05:30
parent 85756a7052
commit 1aaf2ba485
7 changed files with 40 additions and 20 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId "in.sminnovations.hpostesting.dev"
minSdk 21
targetSdk 34
versionCode 114
versionName "2.1.114"
versionCode 120
versionName "2.1.120"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}