diff --git a/library/build.gradle b/library/build.gradle index 3ed9c61..020f1c6 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -29,7 +29,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - compileOnly 'androidx.appcompat:appcompat:1.5.1' + implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation 'org.greenrobot:eventbus:3.3.1' implementation "androidx.annotation:annotation:1.6.0"