Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
GmsCore
Commits
f2de773b
Verified
Commit
f2de773b
authored
Jul 02, 2019
by
Marvin W.
🐿
Browse files
Bump version code
parent
e7e30f6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
GmsApi
@
51509859
Compare
bfe649fc
...
51509859
Subproject commit
bfe649fc36a40e2498f1ecf123edfb9278fe0a1d
Subproject commit
51509859ae51097ad5789ba4ca2e9ffb9658f80e
play-services-core/build.gradle
View file @
f2de773b
...
...
@@ -65,7 +65,7 @@ def execResult(...args) {
return
stdout
.
toString
().
trim
()
}
def
gmsVersion
=
"17.
4.5
5"
def
gmsVersion
=
"17.
7.8
5"
def
gmsVersionCode
=
Integer
.
parseInt
(
gmsVersion
.
replaceAll
(
'\\.'
,
''
))
def
gitVersionBase
=
execResult
(
'git'
,
'describe'
,
'--tags'
,
'--abbrev=0'
,
'--match=v[0-9]*'
).
substring
(
1
)
def
gitCommitCount
=
Integer
.
parseInt
(
execResult
(
'git'
,
'rev-list'
,
'--count'
,
"v$gitVersionBase..HEAD"
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment