File tree Expand file tree Collapse file tree 5 files changed +3
-4
lines changed
src/main/java/com/jph/takephoto/app Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments