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
2d9419a7
Verified
Commit
2d9419a7
authored
Jun 30, 2021
by
Marvin W.
🐿
Browse files
Bump version
parent
aa3a2d65
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
2d9419a7
...
...
@@ -59,7 +59,7 @@ def execResult(...args) {
return
stdout
.
toString
().
trim
()
}
def
gmsVersion
=
"21.
15.15
"
def
gmsVersion
=
"21.
21.58
"
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