I would like to forcibly change the version within the source.
ex) replace '64.0.3282.119' to '66.0.3359.126'
I want to change the version information that is returned through the 'nativeGetVersionNumber' method.
Thanks.
-------------------------------------------------------------------------------------------------------------------------------------------------------
Did you try changing src/chrome/VERSION and re-compile?
------------------------------------------------------------------------------------------------------------------------------------------------------
No. Because it is an Android source, there is no src/chrome/VERSION path. So rry for the late reply.
------------------------------------------------------------------------------------------------------------------------------------------------------
Actually, I believe Chromium for Android as well as Chromium based Android Web View do use the usual Chromium source (with different entry points) and they rely on src/chrome/VERSION for the version number.
------------------------------------------------------------------------------------------------------------------------------------------------------
Thank you for your response. I'll look for it.
0 Comments