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 da99a7a commit 653f4e0Copy full SHA for 653f4e0
library/build.gradle
@@ -29,7 +29,7 @@ android {
29
30
dependencies {
31
implementation fileTree(include: ['*.jar'], dir: 'libs')
32
- implementation 'androidx.appcompat:appcompat:1.6.1'
+ compileOnly '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