读取nfc数据和写入数据

This commit is contained in:
2025-06-26 08:44:18 +08:00
parent 11987cb90e
commit 1cd1f2debd
12 changed files with 713 additions and 59 deletions

View File

@@ -14,8 +14,8 @@ buildscript {
maven { url 'https://maven.aliyun.com/repository/google' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.android.tools.build:gradle:3.6.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -23,6 +23,12 @@ buildscript {
}
allprojects {
configurations.all {
resolutionStrategy {
force 'androidx.constraintlayout:constraintlayout:2.0.4'
}
}
repositories {
google()
mavenCentral()