Update build.gradle
This commit is contained in:
parent
a624fb25ea
commit
3fc20ae5a2
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.DonghuaStream'
|
extClass = '.DonghuaStream'
|
||||||
themePkg = 'animestream'
|
themePkg = 'animestream'
|
||||||
baseUrl = 'https://donghuastream.co.in'
|
baseUrl = 'https://donghuastream.co.in'
|
||||||
overrideVersionCode = 6
|
overrideVersionCode = 7
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -11,4 +11,4 @@ apply from: "$rootDir/common.gradle"
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(':lib:dailymotion-extractor'))
|
implementation(project(':lib:dailymotion-extractor'))
|
||||||
implementation(project(':lib:playlist-utils'))
|
implementation(project(':lib:playlist-utils'))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue