Created
March 16, 2020 03:31
-
-
Save cdmunoz/e3210854bc9129bfde04658dd4748a9d to your computer and use it in GitHub Desktop.
Navigation component, Bottom Nav View and Fragment Container
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
def nav_version_ktx = "2.3.0-alpha01" | |
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version_ktx" | |
implementation "androidx.navigation:navigation-ui-ktx:$nav_version_ktx" | |
def material_version = "1.1.0" | |
implementation "com.google.android.material:material:$material_version" | |
def fragment_version = "1.2.2" | |
implementation "androidx.fragment:fragment-ktx:$fragment_version" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment