Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
App Lounge
Commits
8c1a6964
Commit
8c1a6964
authored
Apr 09, 2021
by
Aayush Gupta
Browse files
gradle: Update navigation component and recyclerview dependencies
Signed-off-by:
Aayush Gupta
<
theimpulson@e.email
>
parent
c6084ffe
Pipeline
#110185
canceled with stage
in 1 minute and 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
8c1a6964
...
...
@@ -88,7 +88,7 @@ dependencies {
implementation
"com.makeramen:roundedimageview:2.3.0"
// RecyclerView
implementation
'androidx.recyclerview:recyclerview:1.
1
.0'
implementation
'androidx.recyclerview:recyclerview:1.
2
.0'
// WorkManager
implementation
'androidx.work:work-runtime:2.5.0'
...
...
@@ -103,7 +103,7 @@ dependencies {
implementation
"androidx.vectordrawable:vectordrawable-animated:$vector_version"
// Navigation component
def
nav_version
=
"2.3.
4
"
def
nav_version
=
"2.3.
5
"
implementation
"androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation
"androidx.navigation:navigation-ui-ktx:$nav_version"
...
...
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