Skip to content

Commit 26823dd

Browse files
TonyTandAndroidTonyTangAndroid
TonyTandAndroid
authored andcommitted
Add Nav Component dependencies
1 parent 1cb9e9b commit 26823dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ android {
2525
}
2626

2727
dependencies {
28+
29+
def nav_version = "2.1.0"
30+
31+
implementation "androidx.navigation:navigation-fragment:$nav_version"
32+
implementation "androidx.navigation:navigation-ui:$nav_version"
33+
2834
implementation 'androidx.appcompat:appcompat:1.1.0'
2935
implementation 'androidx.annotation:annotation:1.1.0'
3036
implementation 'com.google.android.material:material:1.1.0'

0 commit comments

Comments
 (0)