Remove Koin from playback module
This commit is contained in:
committed by
Niels van Velzen
parent
ed268d2cbe
commit
63b295b7e1
@@ -13,9 +13,6 @@
|
|||||||
<issue id="MangledCRLF" severity="warning" />
|
<issue id="MangledCRLF" severity="warning" />
|
||||||
<issue id="NegativeMargin" severity="warning" />
|
<issue id="NegativeMargin" severity="warning" />
|
||||||
<issue id="NoHardKeywords" severity="warning" />
|
<issue id="NoHardKeywords" severity="warning" />
|
||||||
<issue id="NotificationPermission">
|
|
||||||
<ignore regexp="com.bumptech.glide.request.target.NotificationTarget" />
|
|
||||||
</issue>
|
|
||||||
<issue id="Registered" severity="warning" />
|
<issue id="Registered" severity="warning" />
|
||||||
<issue id="RequiredSize" severity="error" />
|
<issue id="RequiredSize" severity="error" />
|
||||||
<issue id="Typos" severity="ignore" />
|
<issue id="Typos" severity="ignore" />
|
||||||
|
|||||||
@@ -32,9 +32,6 @@ dependencies {
|
|||||||
// Android(x)
|
// Android(x)
|
||||||
implementation(libs.androidx.core)
|
implementation(libs.androidx.core)
|
||||||
|
|
||||||
// Dependency Injection
|
|
||||||
implementation(libs.bundles.koin)
|
|
||||||
|
|
||||||
// Logging
|
// Logging
|
||||||
implementation(libs.timber)
|
implementation(libs.timber)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user