Skip to content

Commit 7bf46a3

Browse files
Fixed
1 parent 89e902e commit 7bf46a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

PdfConverter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ afterEvaluate {
1515

1616
artifactId = "pdfconverter"
1717

18-
version = '1.0.2'
18+
version = '1.0.3'
1919

2020
}
2121

@@ -31,7 +31,7 @@ android {
3131
minSdk 19
3232
targetSdk 31
3333
versionCode 1
34-
versionName "1.0"
34+
versionName "1.0.3"
3535

3636
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3737
consumerProguardFiles "consumer-rules.pro"

PdfConverter/src/main/java/com/kerols/pdfconverter/ImageToPdf.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ public class ImageToPdf {
5555
private int Right;
5656
private int ImageHeight;
5757
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;
6060
private int reqW = width;
6161
private int reqH ;
6262
private int Pro = 0;
6363
private Context context = null;
6464
private boolean Cancel;
6565
private int ImagesCount = 0;
66-
private final PdfPage pdfPage;
66+
private PdfPage pdfPage;
6767
private int pagenum ;
6868
private String ErrorMessage;
6969

0 commit comments

Comments
 (0)