From 2b7adccadad5f07618d2a51691d5aa4a442ec867 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Mon, 13 May 2024 08:47:52 -0700 Subject: [PATCH] TP-53619 | backport | release-5.7.11 (#10823) --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 311b86ed53..b77eec3b61 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -14,8 +14,8 @@ plugins { id 'com.facebook.react' } -def VERSION_CODE = 410 -def VERSION_NAME = "5.7.10" +def VERSION_CODE = 411 +def VERSION_NAME = "5.7.11" android { namespace 'com.naviapp'