IVGCVSW-7954 Upgrade ArmNN to TensorFlow v2.14.0 from v2.14.0-rc1

 * Update get_tensorflow.sh to TensorFlow v2.14.0
 * Update BuildTool to use TF v2.14.0
 * Update TensorFlow version on ArmNN guides

Signed-off-by: Idriss Chaouch <idriss.chaouch@arm.com>
Change-Id: I52cf85f93a72f4881333e44509a1889938253803
diff --git a/scripts/build_android_ndk_guide.sh b/scripts/build_android_ndk_guide.sh
index 51ff9b1..ce2e273 100755
--- a/scripts/build_android_ndk_guide.sh
+++ b/scripts/build_android_ndk_guide.sh
@@ -215,7 +215,7 @@
 }
 
 function GetAndBuildTFLite {
-    TENSORFLOW_REVISION="tags/v2.14.0-rc1" # TF 2.14 rc1
+    TENSORFLOW_REVISION="tags/v2.14.0" # TF 2.14.0
     TFLITE_ROOT_DIR=${WORKING_DIR}/tensorflow/tensorflow/lite
 
     cd $WORKING_DIR