File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/com/kerols/pdfconverter Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ afterEvaluate {
15
15
16
16
artifactId = " pdfconverter"
17
17
18
- version = ' 1.0.2 '
18
+ version = ' 1.0.3 '
19
19
20
20
}
21
21
@@ -31,7 +31,7 @@ android {
31
31
minSdk 19
32
32
targetSdk 31
33
33
versionCode 1
34
- versionName " 1.0"
34
+ versionName " 1.0.3 "
35
35
36
36
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
37
37
consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ public class ImageToPdf {
55
55
private int Right ;
56
56
private int ImageHeight ;
57
57
private int ImageWidth ;
58
- private final int height = 1010 ;
59
- private final int width = 714 ;
58
+ private int height = 1010 ;
59
+ private int width = 714 ;
60
60
private int reqW = width ;
61
61
private int reqH ;
62
62
private int Pro = 0 ;
63
63
private Context context = null ;
64
64
private boolean Cancel ;
65
65
private int ImagesCount = 0 ;
66
- private final PdfPage pdfPage ;
66
+ private PdfPage pdfPage ;
67
67
private int pagenum ;
68
68
private String ErrorMessage ;
69
69
You can’t perform that action at this time.
0 commit comments