Skip to content

Commit 827aa84

Browse files
committed
release v1.0.1
1 parent 6b31805 commit 827aa84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

takephoto_library/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
// applicationId "com.jph.takephoto"
99
minSdkVersion 8
1010
targetSdkVersion 22
11-
versionCode 1
12-
versionName "1.0"
11+
versionCode 2
12+
versionName "1.0.1"
1313
}
1414
buildTypes {
1515
release {

takephoto_library/src/main/java/com/jph/takephoto/uitl/TUtils.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static void writeToFile(Bitmap bitmap,Uri imageUri) {
7272
* @param uri
7373
* @param activity
7474
* @return
75-
* @Author JPH
75+
* Author JPH
7676
* Date 2016/6/6 0006 20:01
7777
*/
7878
public static String getFilePathWithUri(Uri uri, Activity activity) {
@@ -98,12 +98,12 @@ public static String getFilePathWithUri(Uri uri, Activity activity) {
9898
/**
9999
* 显示圆形进度对话框
100100
*
101-
* @author JPH
102-
* Date 2014-12-12 下午7:04:09
103101
* @param activity
104102
* @param progressTitle
105103
* 显示的标题
106104
* @return
105+
* Author JPH
106+
* Date 2014-12-12 下午7:04:09
107107
*/
108108
public static ProgressDialog showProgressDialog(final Activity activity,
109109
String... progressTitle) {

0 commit comments

Comments
 (0)