-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade project to use shared convention plugin | Upgrade all dependencies #2813
Conversation
mikepenz
commented
Jan 4, 2025
- Upgrade project to use shared convention plugin
- Upgrade all dependencies
- upgrade and cleanup dependencies - simplify structure
implementation(libs.androidx.navigation.ui) | ||
|
||
// used to showcase how to load images | ||
implementation("io.coil-kt:coil:2.7.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use version catalog instead |
// used to provide the MiniDrawer to normal Drawer crossfade effect via a SlidingPane layout | ||
// --> https://github.com/mikepenz/MaterialDrawer/blob/develop/app/src/main/java/com/mikepenz/materialdrawer/app/MiniDrawerActivity.java | ||
// https://github.com/mikepenz/Crossfader | ||
implementation("com.mikepenz:crossfader:1.6.0@aar") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use version catalog instead |
// used to provide the two step crossfade DrawerLayout. Which allows to have a mini layout which transforms to a normal layout within the drawer | ||
// --> https://github.com/mikepenz/MaterialDrawer/blob/develop/app/src/main/java/com/mikepenz/materialdrawer/app/CrossfadeDrawerLayoutActvitiy.java | ||
// https://github.com/mikepenz/CrossfadeDrawerLayout | ||
implementation("com.mikepenz:crossfadedrawerlayout:1.1.0@aar") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use version catalog instead |
|
||
// icon fonts used inside the sample | ||
// https://github.com/mikepenz/Android-Iconics | ||
implementation("com.mikepenz:google-material-typeface:4.0.0.2-kotlin@aar") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use version catalog instead |
// icon fonts used inside the sample | ||
// https://github.com/mikepenz/Android-Iconics | ||
implementation("com.mikepenz:google-material-typeface:4.0.0.2-kotlin@aar") | ||
implementation("com.mikepenz:fontawesome-typeface:5.13.3.0-kotlin@aar") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use version catalog instead |
// https://github.com/mikepenz/Android-Iconics | ||
implementation("com.mikepenz:google-material-typeface:4.0.0.2-kotlin@aar") | ||
implementation("com.mikepenz:fontawesome-typeface:5.13.3.0-kotlin@aar") | ||
implementation("com.mikepenz:octicons-typeface:11.1.0.0-kotlin@aar") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use version catalog instead |
implementation("com.mikepenz:octicons-typeface:11.1.0.0-kotlin@aar") | ||
|
||
|
||
implementation("androidx.multidex:multidex:2.0.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use version catalog instead |
strictly("1.1.0") | ||
} | ||
} | ||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use version catalog instead |