TP-57833 | Submodule Update

This commit is contained in:
yashmantri
2024-02-29 17:57:26 +05:30
parent 1ad2b82e4e
commit 340d5e775d
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 = 128
def VERSION_NAME = "2.7.10"
def VERSION_CODE = 129
def VERSION_NAME = "2.8.0"
android {
ndkVersion rootProject.ext.ndkVersion