Skip to content

Commit

Permalink
Update/port to 113.0.5672.163
Browse files Browse the repository at this point in the history
  • Loading branch information
vanadium-staging authored and thestinger committed May 23, 2023
1 parent 467a52b commit aad0d68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ target_os = "android"
target_cpu = "arm64"

android_channel = "stable"
android_default_version_name = "113.0.5672.132"
android_default_version_code = "567213200"
android_default_version_name = "113.0.5672.163"
android_default_version_code = "567216300"

ext_version_enabled = true
ext_version_increment = "0"
Expand Down
2 changes: 1 addition & 1 deletion patches/0001-disable-checkout_nacl.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Subject: [PATCH] disable checkout_nacl
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DEPS b/DEPS
index 44fe83cc40c9f..07be485a2b71a 100644
index b0c270e9252b9..513e8bfcfd948 100644
--- a/DEPS
+++ b/DEPS
@@ -107,7 +107,7 @@ vars = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Subject: [PATCH] Support for extended version name and increments
3 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/build/util/android_chrome_version.py b/build/util/android_chrome_version.py
index b50847f4de283..ab1485f8b4b09 100755
index b13afa3e2bf88..f9ff89b751d7b 100755
--- a/build/util/android_chrome_version.py
+++ b/build/util/android_chrome_version.py
@@ -314,7 +314,7 @@ def GenerateVersionCodes(version_values, arch, is_next_build):
@@ -317,7 +317,7 @@ def GenerateVersionCodes(version_values, arch, is_next_build):
"""

base_version_code = int(
Expand Down

0 comments on commit aad0d68

Please sign in to comment.