Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit cc67051

Browse files
committed
Updated build.gradle
1 parent f84e25b commit cc67051

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Images/GitHub.png

192 KB
Loading

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ dependencies {
3939
implementation 'androidx.navigation:navigation-ui-ktx:2.0.0'
4040

4141
// Material Navigation View Library
42-
implementation project(path: ':MaterialNavigationView')
43-
44-
//implementation 'com.shreyaspatil:MaterialNavigationView:1.0'
42+
implementation 'com.shreyaspatil:MaterialNavigationView:1.0'
4543

4644
testImplementation 'junit:junit:4.12'
4745
androidTestImplementation 'androidx.test:runner:1.2.0'
4846
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
47+
// implementation project(path: ':MaterialNavigationView')
4948
}

0 commit comments

Comments
 (0)