From 67d3a4bece9cb40ec9c19d8006da7398875bf24c Mon Sep 17 00:00:00 2001 From: Aman Sethi Date: Thu, 11 May 2023 10:52:24 +0530 Subject: [PATCH] bump version TP-00 (#335) * bump version TP-00 * update rn-ui TP-00 --- RN-UI-LIB | 2 +- android/app/build.gradle | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RN-UI-LIB b/RN-UI-LIB index a466209a..38b19fea 160000 --- a/RN-UI-LIB +++ b/RN-UI-LIB @@ -1 +1 @@ -Subproject commit a466209a6ccd3365e00289a9bd09f7f706ce6557 +Subproject commit 38b19feac8e9330412395d8d97d7bde465c5eb33 diff --git a/android/app/build.gradle b/android/app/build.gradle index b8947220..081e021d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -130,8 +130,8 @@ def reactNativeArchitectures() { return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] } -def VERSION_CODE = 59 -def VERSION_NAME = "2.1.18" +def VERSION_CODE = 60 +def VERSION_NAME = "2.1.19" android { ndkVersion rootProject.ext.ndkVersion @@ -324,4 +324,4 @@ def isNewArchitectureEnabled() { // - Set an environment variable `ORG_GRADLE_PROJECT_newArchEnabled=true` return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true" } -apply plugin: 'com.google.gms.google-services' \ No newline at end of file +apply plugin: 'com.google.gms.google-services' diff --git a/package.json b/package.json index 6db7b8a5..0e6efabb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AV_APP", - "version": "2.1.18", + "version": "2.1.19", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",