[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

@ -5,15 +5,13 @@ plugins {
android {
compileSdk = AndroidConfig.compileSdk
namespace = "eu.kanade.tachiyomi.lib.dataimage"
defaultConfig {
minSdk = AndroidConfig.minSdk
targetSdk = AndroidConfig.targetSdk
}
}
dependencies {
compileOnly(libs.kotlin.stdlib)
compileOnly(libs.okhttp)
compileOnly(libs.jsoup)
compileOnly(libs.bundles.common)
}

View File

@ -1,2 +0,0 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eu.kanade.tachiyomi.lib.dataimage" />