intermediate

This commit is contained in:
callebtc
2025-07-14 17:44:06 +02:00
parent f44fc8b0aa
commit b83799284d
9 changed files with 3596 additions and 216 deletions
+4
View File
@@ -46,6 +46,9 @@ android {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
jniLibs {
useLegacyPackaging = true
}
}
lint {
baseline = file("lint-baseline.xml")
@@ -96,6 +99,7 @@ dependencies {
// JNA for CDK FFI bindings
implementation(libs.jna)
implementation(libs.jna.platform)
// QR Code generation
implementation(libs.zxing.core)