From fc60512759e5da48d73b5d349b2f096c4ce4981d Mon Sep 17 00:00:00 2001 From: yashmantri Date: Wed, 31 Jul 2024 18:52:45 +0530 Subject: [PATCH] TP-62631 | Submodule update --- RN-UI-LIB | 2 +- android/app/build.gradle | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RN-UI-LIB b/RN-UI-LIB index 0f80c7e6..91ea2e7a 160000 --- a/RN-UI-LIB +++ b/RN-UI-LIB @@ -1 +1 @@ -Subproject commit 0f80c7e64dc232692995afa0a8633e8c66e7cd60 +Subproject commit 91ea2e7ae8013bb52eb398ef465a5f02672ab662 diff --git a/android/app/build.gradle b/android/app/build.gradle index 8698ff10..0f0127a7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -134,8 +134,8 @@ def reactNativeArchitectures() { return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] } -def VERSION_CODE = 177 -def VERSION_NAME = "2.12.1" +def VERSION_CODE = 178 +def VERSION_NAME = "2.12.2" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index 702a1782..9f85abef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "AV_APP", - "version": "2.12.1", - "buildNumber": "177", + "version": "2.12.2", + "buildNumber": "178", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",