NTP-58010 Open map (#1150)

This commit is contained in:
Shri Prakash Bajpai
2025-04-23 19:54:36 +05:30
committed by GitHub
parent e065e0928a
commit 777aecb9f4
5 changed files with 7 additions and 6 deletions

View File

@@ -113,8 +113,8 @@ def jscFlavor = 'org.webkit:android-jsc:+'
def enableHermes = project.ext.react.get("enableHermes", false);
def VERSION_CODE = 259
def VERSION_NAME = "2.19.0"
def VERSION_CODE = 260
def VERSION_NAME = "2.19.1"
android {
namespace "com.avapp"

View File

@@ -1 +1 @@
259
260

View File

@@ -1 +1 @@
2.19.0
2.19.1

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.19.0",
"buildNumber": "259",
"version": "2.19.1",
"buildNumber": "260",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",

View File

@@ -118,6 +118,7 @@ export interface IFeedbackAddressMap {
export enum LocationType {
GEO_LOCATION = 'GEO_LOCATION',
SKIP_TRACE_ADDRESS = 'SKIP_TRACE_ADDRESS',
CUSTOMER_OUTREACH_ADDRESS = 'CUSTOMER_OUTREACH_ADDRESS'
}
export interface IOtherAddressActions extends ILocationDetails {