TP-47802 Version bump for Cosmos soft release v2.7.6 (#714)

This commit is contained in:
Shri Prakash Bajpai
2024-02-01 13:18:56 +05:30
committed by GitHub
parent 2d3b693c03
commit 827d8d63e5
2 changed files with 4 additions and 4 deletions

View File

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