From c6e9002f2c743c6533e18db43276d2c42c29cf98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 4 Jan 2014 01:21:56 +0100 Subject: [PATCH] Use a literal string for versionName in AM.xml It's handier to have just the one resource version_name, but lint gets very angry at this (and there must be a reason for that). We must not forget to update the resource in res/values/no_trans.xml, since it's still used in the code. --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 455dc98d8..cb3f891f4 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,7 +3,7 @@ package="org.fdroid.fdroid" android:installLocation="auto" android:versionCode="560" - android:versionName="@string/version_name" > + android:versionName="0.56-test" >