diff --git a/README.md b/README.md index 43ce148..60478ab 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ KrGallery摘取于[Telegram](https://github.com/DrKLO/Telegram "https://github.c **step2 添加依赖:** dependencies { - compile 'com.github.chengzichen:KrGallery:v1.01' + compile 'com.github.chengzichen:KrGallery:v1.0.2' } @@ -78,7 +78,7 @@ KrGallery摘取于[Telegram](https://github.com/DrKLO/Telegram "https://github.c dependencies { - compile 'com.dhc.krgallery:gallerylib:1.01' + compile 'com.dhc.krgallery:gallerylib:1.0.2' } @@ -179,6 +179,7 @@ KrGallery摘取于[Telegram](https://github.com/DrKLO/Telegram "https://github.c .type(GalleryConfig.RECORD_VEDIO)//选择类型 .requestCode(12) //startResultActivity requestcode 自己定义 .limitRecordTime(10) //定义录制视频时间 + .limitRecordSize(10) //定义录制视频时间 .execute(); ### 选择视频 diff --git a/gallery/build.gradle b/gallery/build.gradle index 5eea5b7..752b439 100644 --- a/gallery/build.gradle +++ b/gallery/build.gradle @@ -32,7 +32,7 @@ publish { userOrg = 'chengzichen'//bintray.com用户名 groupId = 'com.dhc.krgallery'//jcenter上的路径 artifactId = 'gallerylib'//项目名称 - publishVersion = '1.01'//版本号 + publishVersion = '1.0.2'//版本号 desc = 'Oh hi, this is Crop , Video, Photos, from Telegram'//描述,不重要 website = 'https://github.com/chengzichen/KrGallery'//网站,不重要 } \ No newline at end of file