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
b686e108
Commit
b686e108
authored
Jan 08, 2021
by
Daniel Wolf
Browse files
Merge branch 'master' of
https://git.frostnerd.com/AndroidUtils/baselibrarykt
parents
bacaf081
e2f6a308
Pipeline
#7721
failed with stage
in 1 minute and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
library/build.gradle
View file @
b686e108
...
...
@@ -3,9 +3,10 @@ apply plugin: 'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'org.jetbrains.dokka-android'
group
=
'com.frostnerd.utilskt'
ext
{
libraryGroupId
=
'com.frostnerd.utilskt'
libraryArtifactId
=
'vpntunnelproxy'
libraryGroupId
=
group
libraryArtifactId
=
rootProject
.
name
libraryVersion
=
'3.1.11'
}
...
...
settings.gradle
View file @
b686e108
buildscript
{
repositories
{
jcenter
()
}
dependencies
{
classpath
'com.alexvasilkov:gradle-git-dependencies:2.0.1'
}
}
apply
plugin:
'com.alexvasilkov.git-dependencies'
include
':library'
rootProject
.
name
=
"vpntunnelproxy"
\ 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