From d23ff9e21eb9a21de69228e4e66b893af241bcaa Mon Sep 17 00:00:00 2001 From: yashmantri Date: Thu, 24 Aug 2023 18:34:38 +0530 Subject: [PATCH] TP-33958 | Version Bump --- RN-UI-LIB | 2 +- android/app/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RN-UI-LIB b/RN-UI-LIB index 9f79135c..e9eb21ab 160000 --- a/RN-UI-LIB +++ b/RN-UI-LIB @@ -1 +1 @@ -Subproject commit 9f79135c564c985cd5f120c334a92b97911a9f4e +Subproject commit e9eb21ab19b0a748476f0ab59a4d108ce5de586c diff --git a/android/app/build.gradle b/android/app/build.gradle index aed4d6ae..b9576199 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -131,8 +131,8 @@ def reactNativeArchitectures() { return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] } -def VERSION_CODE = 75 -def VERSION_NAME = "2.3.2" +def VERSION_CODE = 77 +def VERSION_NAME = "2.3.4" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index 38b6a16e..d96fda63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AV_APP", - "version": "2.3.2", + "version": "2.3.4", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",