Initial commit: JRZ NFC Cloner

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>
This commit is contained in:
2026-04-21 15:21:53 +02:00
commit f6bf1cb98f
48 changed files with 2916 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "NFCApp"
include(":app")