From 60b775f12cc15a023c01feea2e232dc2b79d2de0 Mon Sep 17 00:00:00 2001 From: Chengzi <13340199938@163.com> Date: Thu, 25 May 2017 11:04:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- gallery/build.gradle | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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