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
0c1c54a9
Commit
0c1c54a9
authored
Dec 25, 2020
by
Daniel Wolf
Browse files
Update dependencies
parent
20ffb35c
Pipeline
#7676
failed with stage
in 2 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
library/build.gradle
View file @
0c1c54a9
...
...
@@ -55,7 +55,7 @@ dependencies {
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
implementation
"androidx.appcompat:appcompat:$APPCOMPAT_VERSION"
implementation
'com.frostnerd.utilskt:lifecycle:1.2.
0
'
implementation
'com.frostnerd.utilskt:lifecycle:1.2.
1
'
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION"
implementation
"org.jetbrains.kotlinx:kotlinx-coroutines-core:$COROUTINE_VERSION"
...
...
navigationdrawertest/build.gradle
View file @
0c1c54a9
...
...
@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
android
{
compileSdkVersion
28
compileSdkVersion
30
defaultConfig
{
applicationId
"com.frostnerd.navigationdrawertest"
minSdkVersion
21
targetSdkVersion
28
targetSdkVersion
30
versionCode
1
versionName
"1.0"
...
...
@@ -30,11 +30,11 @@ dependencies {
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
implementation
project
(
':library'
)
implementation
'com.frostnerd.utilskt:lifecycle:1.
0
.1
3
'
implementation
'com.frostnerd.utilskt:lifecycle:1.
2
.1'
implementation
"androidx.appcompat:appcompat:$APPCOMPAT_VERSION"
testImplementation
'junit:junit:4.1
2
'
androidTestImplementation
'androidx.test:runner:1.
2
.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
2
.0'
testImplementation
'junit:junit:4.1
3.1
'
androidTestImplementation
'androidx.test:runner:1.
3
.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
3
.0'
}
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