Depencencies
The following major dependency versions are required:
implementation "com.mikepenz:iconics-core:4.0.y"
implementation "com.mikepenz:fastadapter:4.0.y"
implementation "androidx.constraintlayout:constraintlayout:2.0.y"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.y"
implementation "androidx.appcompat:appcompat:1.1.y"
implementation "androidx.cardview:cardview:1.0.y"
implementation "androidx.recyclerview:recyclerview:1.1.y"
implementation "com.google.android.material:material:1.1.y"
Changes
- update to FastAdapter v4.0.1
- update androidX dependencies to latest betas
- exclude some meta_inf file
- hopefully solves: #433
- change scroll bar style to keep list horizontal centered.
- THANKS @fchauveau (#435)
- fix card layout to not cut off contents with new constraintlayout
- move license descriptions to raw files
- this fixes the STRING_TOO_LARGE issue experienced in some cases.
- #434