release 2.1.68 for PQ of dev12 13

This commit is contained in:
Pritimay Sarkar
2024-01-12 10:50:40 +05:30
parent cb1d2997fd
commit 406699effd
2 changed files with 4 additions and 4 deletions

View File

@@ -16,11 +16,11 @@ android {
// prod - production, preprod - preproduction, quality - qc, dev - development
defaultConfig {
applicationId "in.sminnovations.hpostesting.dev"
applicationId "in.sminnovations.hpostesting.quality"
minSdk 21
targetSdk 34
versionCode 85
versionName "2.1.85"
versionCode 86
versionName "2.1.86"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -677,7 +677,7 @@ object Constants {
const val BATTERY_LEVEL_MIN = Int.MIN_VALUE
const val PQ_MODE = true
const val READINGS_PER_SAMPLE = 2
const val READINGS_PER_SAMPLE = 1
const val MINIMUM_BATTERY_LEVEL = 0