Compare commits
1 Commits
ms/issue-1
...
2.1.0
Author | SHA1 | Date | |
---|---|---|---|
92d703ec7b |
@ -15,8 +15,8 @@ android {
|
|||||||
applicationId "fr.sanchezm.attestationsCovid19"
|
applicationId "fr.sanchezm.attestationsCovid19"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 10
|
versionCode 11
|
||||||
versionName "2.0.1"
|
versionName "2.1.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@ class PdfUtils private constructor(
|
|||||||
|
|
||||||
// Adding data
|
// Adding data
|
||||||
if (setFieldsData(acroForm, attestation)) {
|
if (setFieldsData(acroForm, attestation)) {
|
||||||
setCheckboxFields(acroForm, attestation)
|
// setCheckboxFields(acroForm, attestation)
|
||||||
addPageWithQrCode(document, attestation)
|
addPageWithQrCode(document, attestation)
|
||||||
|
|
||||||
Log.v("PdfUtils", "Save File to ${getPath(attestation.createAt)}")
|
Log.v("PdfUtils", "Save File to ${getPath(attestation.createAt)}")
|
||||||
|
Reference in New Issue
Block a user