Server switching is implemented

version 2.1.128
This commit is contained in:
sathwikcs
2024-10-08 16:44:43 +05:30
parent e77b4d9a23
commit 738375afc5
24 changed files with 626 additions and 317 deletions

View File

@@ -15,13 +15,13 @@ android {
namespace 'in.sminnovations.hpostesting'
// dev -> development, quality -> qc, uat -> User Acceptance Testing, preprod -> preproduction, prod -> production, iocl -> iocl-iisc production
// server -> for server switching
defaultConfig {
applicationId "in.sminnovations.hpostesting.dev"
applicationId "in.sminnovations.hpostesting.server"
minSdk 21
targetSdk 34
versionCode 127
versionName "2.1.127"
versionCode 128
versionName "2.1.128"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -124,7 +124,6 @@ dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:3.8.0'
implementation "androidx.fragment:fragment-ktx:1.6.2"
// CSV read, write
implementation 'com.opencsv:opencsv:5.9'