NTP-7706 Sentry changes (#975)

This commit is contained in:
Shri Prakash Bajpai
2024-10-14 18:06:14 +05:30
committed by GitHub
parent a339987a07
commit 073c715e3d
4 changed files with 15 additions and 20 deletions

View File

@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}
def VERSION_CODE = 201
def VERSION_NAME = "2.14.1"
def VERSION_CODE = 202
def VERSION_NAME = "2.14.2"
android {
ndkVersion rootProject.ext.ndkVersion