Skip to content

Commit

Permalink
redesign: addition of CircleImageView dependency (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchtgpt authored and luckyman20 committed Jan 24, 2020
1 parent 24fc343 commit 98d5d0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$rootProject.kotlinVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$rootProject.kotlinVersion"

// Circle Image View
implementation 'de.hdodenhof:circleimageview:3.0.1'

// Support Dependencies
implementation "androidx.appcompat:appcompat:$rootProject.supportLibraryVersion"
implementation "com.google.android.material:material:$rootProject.supportLibraryVersion"
Expand Down

0 comments on commit 98d5d0a

Please sign in to comment.