add battery instrumentation and fix classification msg

This commit is contained in:
Pritimay Sarkar
2023-11-16 12:19:29 +05:30
parent 16528bd165
commit 5c32a17871
5 changed files with 71 additions and 5 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId "in.sminnovations.hpostesting"
minSdk 21
targetSdk 34
versionCode 28
versionName "2.1.28"
versionCode 30
versionName "2.1.30"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}