fix(tr/tranimeizle): Domain update for tranimeizle (#545)

* Update build.gradle

* Update AndroidManifest.xml

* Update TRAnimeIzleUrlActivity.kt

* Update TRAnimeIzle.kt
This commit is contained in:
Kerim Demirkaynak 2025-01-16 18:54:16 +03:00 committed by GitHub
parent c38e3c0392
commit 970d14a93c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'TR Anime Izle'
extClass = '.TRAnimeIzle'
extVersionCode = 19
extVersionCode = 20
}
apply from: "$rootDir/common.gradle"