From ddbcf29dbf6c2e8be7f5bf50215722fdd4f8fc8e Mon Sep 17 00:00:00 2001 From: Aman Chaturvedi Date: Sun, 2 Jul 2023 21:35:22 +0530 Subject: [PATCH] TP-0 | version bump for 2nd July release --- 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 a1b7dac2..86c41c7d 160000 --- a/RN-UI-LIB +++ b/RN-UI-LIB @@ -1 +1 @@ -Subproject commit a1b7dac28345c56225bb7972b805b1bd05bf41df +Subproject commit 86c41c7d185fabedaa22976a0ce640d65f4ac2c9 diff --git a/android/app/build.gradle b/android/app/build.gradle index ce5abafa..e97fa70e 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 = 69 -def VERSION_NAME = "2.2.8" +def VERSION_CODE = 70 +def VERSION_NAME = "2.2.9" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index 1f24c75d..8a61ed6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AV_APP", - "version": "2.2.8", + "version": "2.2.9", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",