From 0cb06ec5a73b3f2b49873ae32b4b5992708a68f7 Mon Sep 17 00:00:00 2001 From: Anshuman Rai Date: Thu, 2 May 2024 15:55:14 +0530 Subject: [PATCH] TP-53768 | Version updated --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4855aa72..1b115941 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 = 147 -def VERSION_NAME = "2.9.6" +def VERSION_CODE = 148 +def VERSION_NAME = "2.9.7" android { ndkVersion rootProject.ext.ndkVersion