Skip to content

Commit 78e417a

Browse files
Removed unused libraries
1 parent 2e3ae78 commit 78e417a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

library/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,3 @@ android {
2222
abortOnError false
2323
}
2424
}
25-
26-
dependencies {
27-
implementation fileTree(include: ['*.jar'], dir: 'libs')
28-
implementation 'androidx.preference:preference:1.1.0'
29-
implementation 'androidx.appcompat:appcompat:1.1.0'
30-
implementation 'androidx.recyclerview:recyclerview:1.1.0'
31-
}

sample/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ dependencies {
2222
implementation fileTree(include: ['*.jar'], dir: 'libs')
2323
implementation project(':library')
2424
implementation 'androidx.appcompat:appcompat:1.1.0'
25-
implementation 'androidx.preference:preference:1.1.0'
2625
implementation 'androidx.recyclerview:recyclerview:1.1.0'
2726
}

0 commit comments

Comments
 (0)