(en/animeowl) Updated Url of Animeowl #751

Merged
Arkai1 merged 2 commits from Arkai1-patch-1 into main 2025-03-04 13:37:18 -06:00
Showing only changes of commit aa2bb9785d - Show all commits

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'AnimeOwl' extName = 'AnimeOwl'
extClass = '.AnimeOwl' extClass = '.AnimeOwl'
extVersionCode = 21 extVersionCode = 22
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"
@ -9,4 +9,4 @@ apply from: "$rootDir/common.gradle"
dependencies { dependencies {
implementation(project(":lib:synchrony")) implementation(project(":lib:synchrony"))
implementation(project(":lib:playlist-utils")) implementation(project(":lib:playlist-utils"))
} }