Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
AndroidUtils
VPNTunnelProxy
Commits
e2f6a308
Commit
e2f6a308
authored
Jan 08, 2021
by
Daniel Wolf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set group and project name
parent
39296f51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
12 deletions
+4
-12
library/build.gradle
library/build.gradle
+3
-2
settings.gradle
settings.gradle
+1
-10
No files found.
library/build.gradle
View file @
e2f6a308
...
...
@@ -3,9 +3,10 @@ apply plugin: 'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'org.jetbrains.dokka-android'
group
=
'com.frostnerd.utils'
ext
{
libraryGroupId
=
'com.frostnerd.utils'
libraryArtifactId
=
''
//TODO
libraryGroupId
=
group
libraryArtifactId
=
rootProject
.
name
libraryVersion
=
'1.0.0'
}
...
...
settings.gradle
View file @
e2f6a308
buildscript
{
repositories
{
jcenter
()
}
dependencies
{
classpath
'com.alexvasilkov:gradle-git-dependencies:2.0.1'
}
}
apply
plugin:
'com.alexvasilkov.git-dependencies'
include
':library'
rootProject
.
name
=
"baselibrary"
//TODO
\ No newline at end of file
Write
Preview
Markdown
is supported
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