NTP-7914 | Feedback Section Revamp (#1009)

This commit is contained in:
Mantri Ramkishor
2024-11-15 17:21:49 +05:30
committed by GitHub
parent f5b0bda6cb
commit 8959d58c88
18 changed files with 447 additions and 145 deletions

View File

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