We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3ae78 commit 78e417aCopy full SHA for 78e417a
library/build.gradle
@@ -22,10 +22,3 @@ android {
22
abortOnError false
23
}
24
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
@@ -22,6 +22,5 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':library')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
0 commit comments