Pārlūkot izejas kodu

更新版本号

yangchong211 6 gadi atpakaļ
vecāks
revīzija
d6f1c8d4f0

BIN
.idea/caches/build_file_checksums.ser


+ 3 - 3
YCVideoPlayerLib/build.gradle

@@ -8,8 +8,8 @@ android {
     defaultConfig {
         minSdkVersion 14
         targetSdkVersion 27
-        versionCode 15
-        versionName "2.6.1"
+        versionCode 16
+        versionName "2.6.2"
     }
 
     buildTypes {
@@ -48,7 +48,7 @@ group = "cn.yc"
 //发布到JCenter上的项目名字,必须填写
 def libName = "YCVideoPlayerLib"
 // 版本号,下次更新是只需要更改版本号即可
-version = "2.6.1"
+version = "2.6.2"
 /**  上面配置后上传至jcenter后的编译路径是这样的: compile 'cn.yc:YCVideoPlayerLib:2.4'  **/
 
 //生成源文件