Skip to content
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

Merged
merged 6 commits into from
Jan 4, 2025

Conversation

mikepenz
Copy link
Owner

@mikepenz mikepenz commented Jan 4, 2025

  • Upgrade project to use shared convention plugin
  • Upgrade all dependencies

implementation(libs.androidx.navigation.ui)

// used to showcase how to load images
implementation("io.coil-kt:coil:2.7.0")
Copy link

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")
Copy link

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")
Copy link

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")
Copy link

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")
Copy link

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")
Copy link

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")
Copy link

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")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Use version catalog instead

@mikepenz mikepenz merged commit e403a30 into develop Jan 4, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant