Fix bug location

This commit is contained in:
Nezumi
2023-03-27 18:03:24 +07:00
parent e0ae77d10e
commit d38434952f
3 changed files with 26 additions and 15 deletions
@@ -40,7 +40,7 @@ import retrofit2.Response;
public class Common {
public static Location CURRENT_LOCATION = null;
public static final String MAP_API = "AIzaSyCR46ZE1kbE7zkTehhflB9jZgDjDT_2944";
public static final String MAP_API = "AIzaSyAY14Ic32UP26Hg6GILznOfbBihiY5BUxw";
public static final String IS_FORGOT_PASSWORD = "isForgotPassword";
public static final String FORMAT_DATE="dd-MM-yyyy";
public static final String VALID_EMAIL_ADDRESS_REGEX = "^[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,6}$";