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 aff6eee commit fd053e2Copy full SHA for fd053e2
lib/build.gradle
@@ -35,9 +35,9 @@ android {
35
}
36
37
dependencies {
38
- compileOnly 'com.google.android.material:material:1.6.1'
39
- compileOnly 'androidx.appcompat:appcompat:1.4.2'
40
- compileOnly 'com.google.code.gson:gson:2.9.0'
+ implementation 'com.google.android.material:material:1.6.1'
+ implementation 'androidx.appcompat:appcompat:1.4.2'
+ implementation 'com.google.code.gson:gson:2.9.0'
41
42
43
task androidSourcesJar(type: Jar) {
0 commit comments