Update build.gradle
This commit is contained in:
parent
477b20831e
commit
2b5bec8584
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'MiniOppai'
|
||||
extClass = '.MiniOppai'
|
||||
themePkg = 'animestream'
|
||||
baseUrl = 'https://minioppai.org'
|
||||
overrideVersionCode = 5
|
||||
baseUrl = 'https://minioppai.biz'
|
||||
overrideVersionCode = 6
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -12,4 +12,4 @@ apply from: "$rootDir/common.gradle"
|
|||
dependencies {
|
||||
implementation(project(":lib:gdriveplayer-extractor"))
|
||||
implementation(project(":lib:unpacker"))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue