This commit is contained in:
kunfei
2022-04-22 14:16:47 +08:00
parent 2b28239dc2
commit 3a1f101e25
3 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ dependencies {
//implementation 'com.google.firebase:firebase-analytics-ktx'
//media
implementation("androidx.media:media:1.5.0")
implementation("androidx.media:media:1.6.0")
def exoplayer_version = '2.17.1'
implementation("com.google.android.exoplayer:exoplayer-core:$exoplayer_version")
implementation("com.google.android.exoplayer:extension-okhttp:$exoplayer_version")
@@ -212,7 +212,7 @@ dependencies {
//JS rhino
//implementation('com.github.gedoor:rhino-android:1.8')
implementation(fileTree(dir: 'lib', include: ['*.jar', '*.aar']))
implementation(fileTree(dir: 'lib', include: ['rhino-*.jar']))
//网络
implementation('com.squareup.okhttp3:okhttp:4.9.3')

Binary file not shown.

BIN
app/lib/rhino-1.7.14.jar Normal file

Binary file not shown.