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
cb359268
Verified
Commit
cb359268
authored
May 10, 2021
by
Marvin W.
🐿
Browse files
Bump version
parent
cd0953b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
cb359268
...
@@ -58,7 +58,7 @@ def execResult(...args) {
...
@@ -58,7 +58,7 @@ def execResult(...args) {
return
stdout
.
toString
().
trim
()
return
stdout
.
toString
().
trim
()
}
}
def
gmsVersion
=
"2
0.47
.1
4
"
def
gmsVersion
=
"2
1.15
.1
5
"
def
gmsVersionCode
=
Integer
.
parseInt
(
gmsVersion
.
replaceAll
(
'\\.'
,
''
))
def
gmsVersionCode
=
Integer
.
parseInt
(
gmsVersion
.
replaceAll
(
'\\.'
,
''
))
def
gitVersionBase
=
execResult
(
'git'
,
'describe'
,
'--tags'
,
'--abbrev=0'
,
'--match=v[0-9]*'
).
substring
(
1
)
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"
))
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