Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kerolsafififawzy committed Jun 5, 2022
1 parent 89e902e commit 7bf46a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PdfConverter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ afterEvaluate {

artifactId = "pdfconverter"

version = '1.0.2'
version = '1.0.3'

}

Expand All @@ -31,7 +31,7 @@ android {
minSdk 19
targetSdk 31
versionCode 1
versionName "1.0"
versionName "1.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ public class ImageToPdf {
private int Right;
private int ImageHeight;
private int ImageWidth;
private final int height = 1010;
private final int width = 714;
private int height = 1010;
private int width = 714;
private int reqW = width;
private int reqH ;
private int Pro = 0;
private Context context = null;
private boolean Cancel;
private int ImagesCount = 0;
private final PdfPage pdfPage;
private PdfPage pdfPage;
private int pagenum ;
private String ErrorMessage;

Expand Down

0 comments on commit 7bf46a3

Please sign in to comment.