NTP-58010 Open map (#1150)
This commit is contained in:
committed by
GitHub
parent
e065e0928a
commit
777aecb9f4
@@ -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"
|
||||
|
||||
@@ -1 +1 @@
|
||||
259
|
||||
260
|
||||
@@ -1 +1 @@
|
||||
2.19.0
|
||||
2.19.1
|
||||
@@ -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",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user