pull/538/head
FongMi 2 years ago
parent 240c58b410
commit 5ddc9b5c7f
  1. 8
      app/src/mobile/res/layout-sw600dp/activity_video.xml
  2. 1
      catvod/build.gradle
  3. 2
      gradle/wrapper/gradle-wrapper.properties
  4. 4
      ijkplayer/build.gradle

@ -155,14 +155,6 @@
android:layout_height="match_parent"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
android:orientation="vertical"
android:paddingBottom="8dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"

@ -14,6 +14,7 @@ android {
}
dependencies {
api 'androidx.media3:media3-common:' + media3Version
api 'androidx.annotation:annotation:' + annotationVersion
api 'androidx.preference:preference:1.2.1'
api 'com.google.code.gson:gson:' + gsonVersion

@ -1,6 +1,6 @@
#Wed Mar 29 12:54:35 CST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

@ -19,7 +19,5 @@ android {
dependencies {
implementation project(':catvod')
implementation 'androidx.media3:media3-ui:1.1.1'
implementation(ext: 'aar', name: 'lib-ui-release', group: 'fongmi', version: 'release')
implementation(ext: 'aar', name: 'lib-common-release', group: 'fongmi', version: 'release')
implementation 'androidx.media3:media3-ui:' + media3Version
}
Loading…
Cancel
Save