Added code for encrypting username and password during device registration

This commit is contained in:
sanjay
2024-02-23 12:47:24 +05:30
parent af3f152e26
commit 3f9d1d110f
4 changed files with 59 additions and 3 deletions

View File

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