Update build.gradle

This commit is contained in:
Kdroidwin 2025-01-14 18:55:57 +09:00 committed by GitHub
parent 1f2691d6c9
commit fe11b81048
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
ext {
extName = 'MissAV'
extClass = '.MissAV'
extVersionCode = 11
extVersionCode = 12
isNsfw = true
}
@ -11,4 +11,4 @@ dependencies {
implementation(project(':lib:unpacker'))
implementation(project(':lib:playlist-utils'))
implementation(project(':lib:javcoverfetcher'))
}
}