Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3565)

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

Issue 647483004: Do not use zero or empty android:versionCode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update GN as well. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index ad979025df1dab92ac2d4757a0eb5cc9e6cede58..da77f38f5e0ba26290f9c995e2eec063cef8f47b 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -252,7 +252,7 @@ template("create_apk") {
_asset_location = invoker.asset_location
}
- _version_code = "0"
+ _version_code = "1"
_version_name = "Developer Build"
_base_apk_path = _base_path + ".apk_intermediates"
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698