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.
This commit is contained in:
parent
3b5e883397
commit
c6e9002f2c
@ -3,7 +3,7 @@
|
|||||||
package="org.fdroid.fdroid"
|
package="org.fdroid.fdroid"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="560"
|
android:versionCode="560"
|
||||||
android:versionName="@string/version_name" >
|
android:versionName="0.56-test" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="5"
|
android:minSdkVersion="5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user