Jelajahi Sumber

完善原生demo

杨充 4 tahun lalu
induk
melakukan
5cda17b292
2 mengubah file dengan 8 tambahan dan 8 penghapusan
  1. 6 6
      Demo/build.gradle
  2. 2 2
      VideoPlayer/build.gradle

+ 6 - 6
Demo/build.gradle

@@ -61,13 +61,13 @@ dependencies {
     //自己封装的库,都有对应的案例项目【欢迎star】:https://github.com/yangchong211
     implementation 'cn.yc:YCStateLib:1.1'                                  //状态管理
 //    implementation 'cn.yc:YCVideoPlayerLib:2.6.6'                            //播放器
-//    implementation project(':VideoCache')
-//    implementation project(':VideoPlayer')
-//    implementation project(':VideoKernel')
+    implementation project(':VideoCache')
+    implementation project(':VideoPlayer')
+    implementation project(':VideoKernel')
 
-    implementation 'cn.yc:VideoPlayer:3.0.1'
-    implementation 'cn.yc:VideoCache:3.0.0'
-    implementation 'cn.yc:VideoKernel:3.0.0'
+//    implementation 'cn.yc:VideoPlayer:3.0.1'
+//    implementation 'cn.yc:VideoCache:3.0.0'
+//    implementation 'cn.yc:VideoKernel:3.0.0'
     implementation 'cn.yc:YCStatusBarLib:1.4.0'
  //状态栏
 }

+ 2 - 2
VideoPlayer/build.gradle

@@ -55,9 +55,9 @@ def gitUrl = 'https://github.com/yangchong211/YCVideoPlayer.git' // project git
 //发布到组织名称名字,必须填写
 group = "cn.yc"
 //发布到JCenter上的项目名字,必须填写
-def libName = "VideoPlayer"
+def libName = "YCVideoPlayerLib"
 // 版本号,下次更新是只需要更改版本号即可
-version = "3.0.1"
+version = "3.0.0"
 /**  上面配置后上传至jcenter后的编译路径是这样的: compile 'cn.yc:YCVideoPlayerLib:2.4'  **/
 
 //生成源文件