Last active
March 25, 2020 04:31
-
-
Save shanmugasanthosh7/6f6bc2ea97729777d6bc84e69213aa11 to your computer and use it in GitHub Desktop.
Navigation architecture dependencies with UI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dependencies { | |
| implementation 'android.arch.navigation:navigation-fragment:2.3.0-alpha04' | |
| implementation 'android.arch.navigation:navigation-ui:2.3.0-alpha04' | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment