TP-60588 | Fixes (#947)

This commit is contained in:
Mantri Ramkishor
2024-09-22 19:46:30 +05:30
committed by GitHub
3 changed files with 5 additions and 6 deletions

View File

@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 195
def VERSION_NAME = "2.13.7"
def VERSION_CODE = 196
def VERSION_NAME = "2.13.8"
android {
ndkVersion rootProject.ext.ndkVersion

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.13.7",
"buildNumber": "195",
"version": "2.13.8",
"buildNumber": "196",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",

View File

@@ -1300,8 +1300,7 @@ export const CLICKSTREAM_EVENT_NAMES = {
FA_CODEPUSH_DEFAULT_STATUS: {
name : 'FA_CODEPUSH_DEFAULT_STATUS',
description: 'Codepush default fallback case'
}
},
FA_FEEDBACK_IMAGE_NOT_FOUND: {
name: 'FA_FEEDBACK_IMAGE_NOT_FOUND',
description: 'Feedback image not found'