fix(pt): Removed dead sources (#185)

This commit is contained in:
WebDitto 2024-08-28 18:18:15 -03:00 committed by GitHub
parent dd60c16232
commit 7e6ce5e3f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 0 additions and 1234 deletions

View file

@ -1,11 +0,0 @@
ext {
extName = 'AnimesTC'
extClass = '.AnimesTC'
extVersionCode = 7
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:googledrive-extractor"))
}