Remove Unused Dependency

Reduce usage of appcompat
This commit is contained in:
LooKeR
2022-03-01 15:17:09 +05:30
parent e6d204eea4
commit 5dfd04e8dc
21 changed files with 112 additions and 113 deletions

View File

@ -132,7 +132,6 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.appcompat:appcompat-resources:1.4.1'
implementation 'androidx.fragment:fragment-ktx:1.4.1'
implementation 'androidx.activity:activity-ktx:1.4.0'
implementation "androidx.preference:preference-ktx:1.2.0"