Fixed
Status Update
Comments
da...@axis.com <da...@axis.com> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
th...@yahoo.com <th...@yahoo.com> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
th...@yahoo.com <th...@yahoo.com> #4
me as well....
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
th...@yahoo.com <th...@yahoo.com> #5
I was hopeful that the release of API 18 (4.3) would have created a solution to this, unfortunately it includes version 3158130
th...@yahoo.com <th...@yahoo.com> #6
Having the same issue:
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
gi...@appspot.gserviceaccount.com <gi...@appspot.gserviceaccount.com> #7
same
th...@yahoo.com <th...@yahoo.com> #8
SAME ! - Google can't do sth working in 100 percent?
is...@google.com <is...@google.com> #9
same issue - Google Play services out of date. Requires 3159100 but found 3158130
Description
*************************************************************************
*** !!!! THIS BUG TRACKER IS FOR GERRIT CODE REVIEW !!!!
*** Do not submit bugs for chrome/android and issues with your company's
*** Gerrit setup here. Those issues belong in different issue trackers.
*************************************************************************
What steps will reproduce the problem?
1. Install Javascript plugin:
"Gerrit.install(plugin => {
plugin.on('showchange', (change, revision) => {
console.log("ChangeNumber: " + change._number);
});"
});
2. Go to change with Url that does not specify patchset(ending with changenumber).
What is the expected output?
"ChangeNumber: $changeNumber" is printed once in the console
What do you see instead?
Two lines are printed:
"ChangeNumber: undefined" and then "ChangeNumber: $changeNumber"
Please provide any additional information below.
I encountered it on Gerrit v3.7.0. Have not encountered it before.
Url with patchset specified work as expected.