YSY commit

This commit is contained in:
yadavendras
2019-09-13 18:02:27 +05:30
parent 9472424dee
commit 277a1879e4
2 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -21,12 +21,12 @@ android {
targetSdkVersion 26 targetSdkVersion 26
//For Egypt //For Egypt
versionCode 26 /*versionCode 26
versionName "3.8" versionName "3.8"*/
//For UAE //For UAE
/*versionCode 22 versionCode 24
versionName "3.4"*/ versionName "3.6"
//For Turkey //For Turkey
/*versionCode 23 /*versionCode 23
@@ -146,7 +146,8 @@ public class CommonString {
public static String URL = "http://gskme.parinaam.in/Gskwebservice.asmx"; public static String URL = "http://gskme.parinaam.in/Gskwebservice.asmx";
//temp remove //temp remove
//public static String URL = "http://gskmetest.parinaam.in/gskwebservice.asmx"; //public static String URL = "http://gskmetest.parinaam.in/Gskwebservice.asmx";
public static final String NAMESPACE = "http://tempuri.org/"; public static final String NAMESPACE = "http://tempuri.org/";
public static final String METHOD_LOGIN = "UserLoginDetail"; public static final String METHOD_LOGIN = "UserLoginDetail";