fix(all/missav): Domain update for MissAV #533

Merged
Kdroidwin merged 3 commits from main into main 2025-01-15 11:36:53 -06:00
Showing only changes of commit fe11b81048 - Show all commits

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