TP-57732 | Agent ID Card and Cash collected redirection fixes

This commit is contained in:
ShriPrakashBajpai
2024-02-20 15:39:17 +05:30
parent b747d878ca
commit 3608e64172
5 changed files with 20 additions and 10 deletions

View File

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