Kuwait
This commit is contained in:
@@ -23,8 +23,8 @@ android {
|
||||
targetSdkVersion 29
|
||||
|
||||
//For Egypt
|
||||
versionCode 31
|
||||
versionName "4.2"
|
||||
versionCode 30
|
||||
versionName "4.1"
|
||||
|
||||
//For UAE
|
||||
/* versionCode 29
|
||||
@@ -56,6 +56,10 @@ android {
|
||||
/* versionCode 1
|
||||
versionName "1.0"*/
|
||||
|
||||
//For Kuwait
|
||||
/* versionCode 1
|
||||
versionName "1.0"*/
|
||||
|
||||
multiDexEnabled true
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
@@ -236,6 +236,9 @@ public class LoginActivity extends AppCompatActivity implements GoogleApiClient.
|
||||
|
||||
/* museridView.setText("test.jordan");
|
||||
mPasswordView.setText("cpm@123");*/
|
||||
museridView.setText("test.kuwait");
|
||||
// museridView.setText("test.oman");
|
||||
mPasswordView.setText("cpm@123");
|
||||
|
||||
mPasswordView.setOnEditorActionListener(new TextView.OnEditorActionListener() {
|
||||
@Override
|
||||
@@ -755,6 +758,7 @@ public class LoginActivity extends AppCompatActivity implements GoogleApiClient.
|
||||
intent.putExtra(CommonString.KEY_PATH, preferences.getString(CommonString.KEY_PATH, ""));
|
||||
startActivity(intent);
|
||||
finish();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user