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

Unified Diff: build/config/android/version.gni

Issue 29684695: Issue 6287 - Create codename Orca v.0 to launch internally to the team (Closed)
Patch Set: Added basic versioning Created Jan. 31, 2018, 4:54 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | chrome/android/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/version.gni
diff --git a/build/config/android/version.gni b/build/config/android/version.gni
new file mode 100644
index 0000000000000000000000000000000000000000..3fa844ad715a3975ebd49306dca6c808df52df92
--- /dev/null
+++ b/build/config/android/version.gni
@@ -0,0 +1,8 @@
+# TODO: Add copyright text
+# For now we keep the versioning of the app in here
+
+# versionName
+android_version_name = "Orca Alpha 1"
anton 2018/02/01 05:34:44 i think "Orca" relates to app name/title rather th
jens 2018/02/01 08:54:51 Acknowledged.
+
+# versionCode
+android_version_code = "1"
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | chrome/android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld