TP-58151 | Version Bumped

This commit is contained in:
Anshuman Rai
2024-03-20 17:10:07 +05:30
parent 466a46f409
commit 24dd72da84
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 = 135
def VERSION_NAME = "2.8.6"
def VERSION_CODE = 136
def VERSION_NAME = "2.8.7"
android {
ndkVersion rootProject.ext.ndkVersion