mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 588140 - Set version in androidmanifest.xml.in correctly, r=blassey a=blocking-fennec
--HG-- extra : rebase_source : 4b0e300adc5da2348ee19c299acc7308c84b8228
This commit is contained in:
parent
1a28c6a685
commit
9352e960d8
@ -4,7 +4,7 @@
|
||||
package="org.mozilla.@MOZ_APP_NAME@"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.9.3"
|
||||
android:versionName="@MOZ_APP_VERSION@"
|
||||
android:sharedUserId="org.mozilla.sharedID">
|
||||
<uses-sdk android:minSdkVersion="5"
|
||||
android:targetSdkVersion="5"/>
|
||||
|
@ -54,6 +54,7 @@ JAVAFILES = \
|
||||
DEFINES += \
|
||||
-DMOZ_APP_DISPLAYNAME=$(MOZ_APP_DISPLAYNAME) \
|
||||
-DMOZ_APP_NAME=$(MOZ_APP_NAME) \
|
||||
-DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
|
||||
-DMOZ_CHILD_PROCESS_NAME=$(MOZ_CHILD_PROCESS_NAME)
|
||||
|
||||
GARBAGE += \
|
||||
|
Loading…
Reference in New Issue
Block a user