From 163473d9ea7b8ec91ba320a36d2bd0d3bc2a6769 Mon Sep 17 00:00:00 2001 From: "aman.singh" Date: Thu, 4 Jan 2024 22:55:07 +0530 Subject: [PATCH] TP-42461 | release 4th jan | Aman Singh --- 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 16d92084..9d8a8dcd 160000 --- a/RN-UI-LIB +++ b/RN-UI-LIB @@ -1 +1 @@ -Subproject commit 16d920849f6d92283b6f9c110510e7225c59fde8 +Subproject commit 9d8a8dcdc335140a0e37b257bbc6f9087afca546 diff --git a/android/app/build.gradle b/android/app/build.gradle index 4b308c70..2de8d361 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -133,8 +133,8 @@ def reactNativeArchitectures() { return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] } -def VERSION_CODE = 117 -def VERSION_NAME = "2.6.9" +def VERSION_CODE = 118 +def VERSION_NAME = "2.7.0" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index b7affb89..fd324fd7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "AV_APP", - "version": "2.6.9", - "buildNumber": "116", + "version": "2.7.0", + "buildNumber": "118", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",