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

redesign: CircleImageView dependency added #1490

Closed
wants to merge 1 commit into from
Closed

redesign: CircleImageView dependency added #1490

wants to merge 1 commit into from

Conversation

ShivangiSingh17
Copy link
Contributor

Fixes #1489

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@@ -80,6 +80,8 @@ dependencies {
implementation "com.github.Raizlabs.DBFlow:dbflow-core:$rootProject.dbflowVersion"
implementation "com.github.Raizlabs.DBFlow:dbflow:$rootProject.dbflowVersion"

implementation 'de.hdodenhof:circleimageview:3.0.1'
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it would be much better if we put the version number of CircleImageview like other dependencies at bild.graldle project file.

@luckyman20 luckyman20 closed this Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding dependency for user image
3 participants