From 63ccd99959e8b50d9c76ef7e33f63ff60db6d306 Mon Sep 17 00:00:00 2001 From: yashmantri Date: Mon, 20 May 2024 17:52:47 +0530 Subject: [PATCH] TP-65182 | Version bump --- 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 b4792098..034483be 160000 --- a/RN-UI-LIB +++ b/RN-UI-LIB @@ -1 +1 @@ -Subproject commit b47920983431a46e56cf5c2c25819bcb0a6bf820 +Subproject commit 034483be953fd76590966bb987f8e88d5767ec87 diff --git a/android/app/build.gradle b/android/app/build.gradle index 668f5bb5..d835057a 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 = 156 -def VERSION_NAME = "2.10.2" +def VERSION_CODE = 157 +def VERSION_NAME = "2.10.3" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index ea471a98..1f5aba78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "AV_APP", - "version": "2.10.2", - "buildNumber": "156", + "version": "2.10.3", + "buildNumber": "157", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",