f6bf1cb98f
Android NFC app with read, write, clone and HCE emulation. Supports NDEF, NFC-V (ISO 15693), MIFARE Ultralight and Classic. Dark cyan Material3 theme with edge-to-edge layout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
174 B
Plaintext
20 lines
174 B
Plaintext
# Gradle
|
|
.gradle/
|
|
build/
|
|
**/build/
|
|
|
|
# Android Studio
|
|
*.iml
|
|
.idea/
|
|
local.properties
|
|
*.DS_Store
|
|
|
|
# APK / Signing
|
|
*.apk
|
|
*.aab
|
|
*.keystore
|
|
*.jks
|
|
|
|
# Generated
|
|
app/src/main/assets/
|