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
NavigationDrawerActivity
Commits
e2f6a308
Commit
e2f6a308
authored
Jan 08, 2021
by
Daniel Wolf
Browse files
Set group and project name
parent
39296f51
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
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