临时替换youtubePlayer 为远程仓库拉取
This commit is contained in:
parent
adf08dceb0
commit
446e882db2
|
|
@ -76,8 +76,8 @@ dependencies {
|
|||
//api(project(":core:architecture-reflect"))
|
||||
implementation(project(":core:network"))
|
||||
implementation(project(":bill"))
|
||||
implementation(project(":youtube:core"))
|
||||
implementation(project(":youtube:custom-ui"))
|
||||
//implementation(project(":youtube:core"))
|
||||
//implementation(project(":youtube:custom-ui"))
|
||||
implementation(project(":StatisticReporter"))
|
||||
|
||||
implementation libs.androidx.navigation.fragment.ktx
|
||||
|
|
@ -95,6 +95,7 @@ dependencies {
|
|||
implementation(libs.retrofit)
|
||||
implementation(libs.retrofit.kotlin.serialization)
|
||||
//implementation 'com.github.hyy920109:GuidePro:1.0.3'
|
||||
|
||||
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:13.0.0'
|
||||
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:custom-ui:13.0.0'
|
||||
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@ rootProject.name = "VidiDin-android"
|
|||
|
||||
|
||||
apply from: "./core/core.includes.gradle"
|
||||
apply from: "./youtube/youtube.includes.gradle"
|
||||
//apply from: "./youtube/youtube.includes.gradle"
|
||||
include ':app'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue