增加Android端接收demo

This commit is contained in:
2025-12-18 23:50:53 +08:00
parent 6905562732
commit 36841d0b48
13 changed files with 631 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.4"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}