[BottomNavigation] Better animations for BottomNavigationView
This commit is contained in:
parent
e02e99ed02
commit
91a4282581
5 changed files with 27 additions and 38 deletions
|
@ -110,7 +110,7 @@ dependencies {
|
|||
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
|
||||
|
||||
def room_version = '2.4.0-beta02'
|
||||
def room_version = '2.4.0-rc01'
|
||||
implementation "androidx.room:room-runtime:$room_version"
|
||||
implementation "androidx.room:room-ktx:$room_version"
|
||||
kapt "androidx.room:room-compiler:$room_version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue