Skip to content

Commit 23ab039

Browse files
committed
build:modify build
1 parent 653f4e0 commit 23ab039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929

3030
dependencies {
3131
implementation fileTree(include: ['*.jar'], dir: 'libs')
32-
compileOnly 'androidx.appcompat:appcompat:1.5.1'
32+
implementation 'androidx.appcompat:appcompat:1.5.1'
3333
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
3434
implementation 'org.greenrobot:eventbus:3.3.1'
3535
implementation "androidx.annotation:annotation:1.6.0"

0 commit comments

Comments
 (0)