From 51b013f07081aae819df33cf61717f4f3e4e092e Mon Sep 17 00:00:00 2001 From: Dmitry Denisenkov Date: Fri, 6 Mar 2020 15:24:26 -0800 Subject: [PATCH] Add a translatable=false attribute to apptentive_distribution strings Omitting this attributed causes Android Lint to flag these lines with the `MissingTranslation` issue. Since these strings don't appear to be intended to be translated (they just refer to a feature name/version), adding this attribute seems appropriate. --- android/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index 3e59bdf..3a237c0 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ - React Native - 5.5.0 + React Native + 5.5.0