Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/confvars.sh

Issue 4697570173517824: Change version to 1.0.0 (Closed)
Patch Set: Created Jan. 26, 2015, 12:01 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This Source Code Form is subject to the terms of the Mozilla Public 1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 4
5 MOZ_APP_BASENAME=Fennec 5 MOZ_APP_BASENAME=Fennec
6 MOZ_APP_VENDOR=Mozilla 6 MOZ_APP_VENDOR=Mozilla
7 7
8 MOZ_APP_VERSION=34.0 8 MOZ_APP_VERSION=1.0.0
Felix Dahlke 2015/01/26 12:08:29 I suppose the first versions we will release is go
9 MOZ_APP_UA_NAME=Firefox 9 MOZ_APP_UA_NAME=Firefox
10 10
11 MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial 11 MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial
12 MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official 12 MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official
13 # MOZ_APP_DISPLAYNAME is set by branding/configure.sh 13 # MOZ_APP_DISPLAYNAME is set by branding/configure.sh
14 14
15 # We support Android SDK version 9 and up by default. 15 # We support Android SDK version 9 and up by default.
16 # See the --enable-android-min-sdk and --enable-android-max-sdk arguments in con figure.in. 16 # See the --enable-android-min-sdk and --enable-android-max-sdk arguments in con figure.in.
17 MOZ_ANDROID_MIN_SDK_VERSION=9 17 MOZ_ANDROID_MIN_SDK_VERSION=9
18 18
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 MOZ_ANDROID_SEARCH_ACTIVITY= 81 MOZ_ANDROID_SEARCH_ACTIVITY=
82 fi 82 fi
83 83
84 # Enable the share handler in pre-release builds. 84 # Enable the share handler in pre-release builds.
85 if test ! "$RELEASE_BUILD"; then 85 if test ! "$RELEASE_BUILD"; then
86 MOZ_ANDROID_SHARE_OVERLAY=1 86 MOZ_ANDROID_SHARE_OVERLAY=1
87 fi 87 fi
88 88
89 # Don't enable the Mozilla Location Service stumbler. 89 # Don't enable the Mozilla Location Service stumbler.
90 # MOZ_ANDROID_MLS_STUMBLER=1 90 # MOZ_ANDROID_MLS_STUMBLER=1
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld