[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:
Claudemirovsky
2023-05-02 15:01:30 -03:00
committed by GitHub
parent 7c56efd211
commit 933138fa6a
185 changed files with 182 additions and 279 deletions

View File

@ -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)
}