We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb9e9b commit 26823ddCopy full SHA for 26823dd
1 file changed
app/build.gradle
@@ -25,6 +25,12 @@ android {
25
}
26
27
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
34
implementation 'androidx.appcompat:appcompat:1.1.0'
35
implementation 'androidx.annotation:annotation:1.1.0'
36
implementation 'com.google.android.material:material:1.1.0'
0 commit comments