Switch to StaggeredGridLayoutManager for accents

Gives almost same effect as FlexLayoutManager and is part of recyclerview
library letting us drop an additional dependency

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-05-18 10:23:10 +05:30
parent 52fce86131
commit 00e93f53f6
3 changed files with 3 additions and 50 deletions

View File

@@ -129,7 +129,6 @@ dependencies {
//Google's Goodies
implementation "com.google.android.material:material:1.9.0"
implementation "com.google.android.flexbox:flexbox:3.0.0"
implementation "com.google.code.gson:gson:2.10.1"
//AndroidX