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 653f4e0 commit 23ab039Copy full SHA for 23ab039
library/build.gradle
@@ -29,7 +29,7 @@ android {
29
30
dependencies {
31
implementation fileTree(include: ['*.jar'], dir: 'libs')
32
- compileOnly 'androidx.appcompat:appcompat:1.5.1'
+ implementation 'androidx.appcompat:appcompat:1.5.1'
33
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
34
implementation 'org.greenrobot:eventbus:3.3.1'
35
implementation "androidx.annotation:annotation:1.6.0"
0 commit comments