[skip ci] Remove useless files and solve AGP warnings (#1575)
* chore: Remove useless files * [skip ci] refactor: Solve deprecation warnings from AGP
This commit is contained in:
@ -9,13 +9,9 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
minSdk = AndroidConfig.minSdk
|
||||
targetSdk = AndroidConfig.targetSdk
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.kotlin.stdlib)
|
||||
compileOnly(libs.okhttp)
|
||||
compileOnly(libs.aniyomi.lib)
|
||||
compileOnly(libs.injekt.core)
|
||||
compileOnly(libs.bundles.common)
|
||||
}
|
||||
|
Reference in New Issue
Block a user