TP-57925 | DPD Bucket on Cosmos updated to unpaid days (#736)

This commit is contained in:
Shri Prakash Bajpai
2024-03-08 21:04:26 +05:30
committed by GitHub
parent 2a1270b8c0
commit 567e9d1b23
4 changed files with 7 additions and 5 deletions

View File

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