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
ddd3f837
Commit
ddd3f837
authored
Aug 28, 2020
by
Daniel Wolf
Browse files
Update dependencies, bump version to 1.4.0
parent
f9fe7d07
Pipeline
#7353
passed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
library/build.gradle
View file @
ddd3f837
...
...
@@ -6,7 +6,7 @@ apply plugin: 'org.jetbrains.dokka-android'
ext
{
libraryGroupId
=
'com.frostnerd.utilskt'
libraryArtifactId
=
'navigationdraweractivity'
libraryVersion
=
'1.
3.39
'
libraryVersion
=
'1.
4.0
'
}
android
{
...
...
@@ -55,7 +55,7 @@ dependencies {
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
implementation
"androidx.appcompat:appcompat:$APPCOMPAT_VERSION"
implementation
'com.frostnerd.utilskt:lifecycle:1.
0.26
'
implementation
'com.frostnerd.utilskt:lifecycle:1.
1.0
'
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION"
implementation
"org.jetbrains.kotlinx:kotlinx-coroutines-core:$COROUTINE_VERSION"
...
...
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