Add Animation and Icons library

This commit is contained in:
LooKeR 2022-03-16 00:22:39 +05:30
parent 2b1c2d1fd1
commit af546ce427

View File

@ -174,6 +174,8 @@ dependencies {
implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha05"
implementation "androidx.compose.material3:material3:1.0.0-alpha07"
implementation "androidx.compose.material:material:1.2.0-alpha05"
implementation "androidx.compose.animation:animation:1.2.0-alpha05"
implementation "androidx.compose.material:material-icons-extended:1.2.0-alpha05"
implementation "com.google.android.material:compose-theme-adapter:1.1.5"
}