Update build.gradle

This commit is contained in:
almightyhak 2024-07-09 23:39:26 +07:00 committed by GitHub
parent ff673165d7
commit 0b0867de6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
ext {
extName = 'AsianLoad'
extClass = '.AsianLoad'
extVersionCode = 38
extVersionCode = 39
}
apply from: "$rootDir/common.gradle"
@ -11,4 +11,4 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation(project(':lib:streamwish-extractor'))
}
}