Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AndroidUtils
VPNTunnelProxy
Commits
93694b3c
Commit
93694b3c
authored
Aug 18, 2021
by
Daniel Wolf
Browse files
Remove type
parent
bfa01cc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/build.gradle
View file @
93694b3c
...
...
@@ -8,15 +8,15 @@ ext {
libraryArtifactId
=
rootProject
.
name
}
task
bumpPatch
(
type:
Exec
)
{
task
bumpPatch
()
{
dependsOn
(
"bumpPatchVersion"
)
}
task
bumpMinor
(
type:
Exec
)
{
task
bumpMinor
()
{
dependsOn
(
"bumpMinorVersion"
)
}
task
bumpMajor
(
type:
Exec
)
{
task
bumpMajor
()
{
dependsOn
(
"bumpMajorVersion"
)
}
...
...
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