Update build.gradle

This commit is contained in:
Arkai1 2025-03-05 00:05:26 +05:30 committed by GitHub
parent 5a2f1ef553
commit aa2bb9785d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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