diff --git a/android/app/build.gradle b/android/app/build.gradle index b4dc83b0..66e24c1c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -113,8 +113,8 @@ def jscFlavor = 'org.webkit:android-jsc:+' def enableHermes = project.ext.react.get("enableHermes", false); -def VERSION_CODE = 216 -def VERSION_NAME = "2.15.2" +def VERSION_CODE = 217 +def VERSION_NAME = "2.15.3" android { namespace "com.avapp" diff --git a/config/prod/config.js b/config/prod/config.js index 8e6f6c27..f11fe362 100644 --- a/config/prod/config.js +++ b/config/prod/config.js @@ -1,7 +1,7 @@ import { MILLISECONDS_IN_A_MINUTE, MINUTES_IN_AN_HOUR } from '../../RN-UI-LIB/src/utlis/common'; export const BASE_AV_APP_URL = 'https://longhorn.navi.com/field-app'; -export const SENTRY_DSN = 'https://c6c8bc6fab2d8a36b4075956d7f4a984@sa.navi.com/cybertron/api/290764845822352576225822235345509901926' +export const SENTRY_DSN = 'https://c6c8bc6fab2d8a36b4075956d7f4a984@sa.navi.com/cybertron/290764845822352576225822235345509901926' export const TUNNEL_URL = 'https://sa.navi.com/cybertron/api/290764845822352576225822235345509901926/envelope?sentry_key=c6c8bc6fab2d8a36b4075956d7f4a984'; export const JANUS_SERVICE_URL = 'https://longhorn.navi.com/api/events/json'; export const ENV = 'prod'; diff --git a/package.json b/package.json index 152e6ed8..fd2178a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "AV_APP", - "version": "2.15.2", - "buildNumber": "216", + "version": "2.15.3", + "buildNumber": "217", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",