Skip to content

Commit

Permalink
🚧 updated: build.gradle for app module
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Dec 4, 2018
1 parent b2539ed commit 837eec3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,15 @@ dependencies {
// Card View
implementation supportDeps.cardView

// Required
// Support Appcompat
implementation "androidx.appcompat:appcompat:$versions.supportAppCompat"

// Required
implementation "androidx.recyclerview:recyclerview:$versions.supportRecyclerView"

// ---------- RecyclerViewHelper ----------
// From Maven Repo
// implementation "com.github.nisrulz:recyclerviewhelper:$versions.supportRecyclerView"
// implementation "com.github.nisrulz:recyclerviewhelper:x1.0.0"

// From module
implementation project(':recyclerviewhelper')
Expand Down

0 comments on commit 837eec3

Please sign in to comment.