From ccc8793c23fd64266caca64e54a8bcc95958b401 Mon Sep 17 00:00:00 2001 From: yashmantri Date: Wed, 27 Sep 2023 23:23:31 +0530 Subject: [PATCH] TP-41688 | Version Bump --- android/app/build.gradle | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ed3335b2..822c8e2d 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 = 85 -def VERSION_NAME = "2.4.1" +def VERSION_CODE = 86 +def VERSION_NAME = "2.4.2" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index 0f2a4850..081e9e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AV_APP", - "version": "2.4.1", + "version": "2.4.2", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",