Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit c5c9bf1

Browse files
committed
chore: Upgrade androidx:navigation dependencies
1 parent f73a55b commit c5c9bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dependencies {
5050
implementation 'androidx.appcompat:appcompat:1.2.0'
5151
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
5252
implementation 'androidx.recyclerview:recyclerview:1.2.1'
53-
implementation 'androidx.navigation:navigation-fragment:2.4.1'
54-
implementation 'androidx.navigation:navigation-ui:2.4.1'
53+
implementation 'androidx.navigation:navigation-fragment:2.4.2'
54+
implementation 'androidx.navigation:navigation-ui:2.4.2'
5555
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
5656
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
5757

0 commit comments

Comments
 (0)