Update build.gradle

This commit is contained in:
Willy Nur Wahyudi 2024-06-30 15:41:23 +07:00 committed by GitHub
parent 2d8fea386a
commit 666207db6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ ext {
extClass = '.AnimeIndo'
themePkg = 'animestream'
baseUrl = 'https://animeindo.skin'
overrideVersionCode = 10
overrideVersionCode = 11
}
apply from: "$rootDir/common.gradle"
@ -14,4 +14,4 @@ dependencies {
implementation(project(":lib:streamtape-extractor"))
implementation(project(":lib:yourupload-extractor"))
implementation(project(":lib:okru-extractor"))
}
}