Skip to content

Commit 1c18973

Browse files
Removed unused libraries
1 parent 78e417a commit 1c18973

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sample/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ android {
2020

2121
dependencies {
2222
implementation fileTree(include: ['*.jar'], dir: 'libs')
23+
24+
//Library Implementation
2325
implementation project(':library')
26+
27+
//AndroidX Libraries
2428
implementation 'androidx.appcompat:appcompat:1.1.0'
2529
implementation 'androidx.recyclerview:recyclerview:1.1.0'
2630
}

0 commit comments

Comments
 (0)