Skip to content

Commit 2f52ebf

Browse files
committed
publish v3.0.0
1 parent c693880 commit 2f52ebf

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.2.0'
9-
// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
9+
// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1010
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

gradlew

100644100755
File mode changed.

takephoto_library.zip

-5.45 MB
Binary file not shown.

takephoto_library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 8
99
targetSdkVersion 24
10-
versionCode 24
11-
versionName "2.0.4"
10+
versionCode 30
11+
versionName "3.0.0"
1212
}
1313
buildTypes {
1414
release {

takephoto_library/src/main/java/com/jph/takephoto/app/TakePhoto.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public interface TakePhoto {
9494
* 启用图片压缩
9595
* @param config 压缩图片配置
9696
* @param showCompressDialog 压缩时是否显示进度对话框
97-
* @return
9897
*/
9998
void onEnableCompress(CompressConfig config,boolean showCompressDialog);
10099
void onCreate(Bundle savedInstanceState);

0 commit comments

Comments
 (0)