Compare commits
3 Commits
2.1.1-beta
...
2.1.2-beta
Author | SHA1 | Date | |
---|---|---|---|
a5de6ae137 | |||
b0fb52ea79 | |||
1c7386e24b |
@ -15,8 +15,8 @@ android {
|
||||
applicationId "fr.sanchezm.attestationsCovid19"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
versionCode 1007
|
||||
versionName "2.1.1-beta1"
|
||||
versionCode 1008
|
||||
versionName "2.1.2-beta1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ class PdfUtils private constructor(
|
||||
|
||||
// Adding data
|
||||
if (setFieldsData(acroForm, attestation)) {
|
||||
// setCheckboxFields(acroForm, attestation)
|
||||
setCheckboxFields(acroForm, attestation)
|
||||
addPageWithQrCode(document, attestation)
|
||||
|
||||
Log.v("PdfUtils", "Save File to ${getPath(attestation.createAt)}")
|
||||
|
Reference in New Issue
Block a user