add java android demo (#1454)

This commit is contained in:
JameWade
2024-10-23 11:38:26 +08:00
committed by GitHub
parent bcaa91ed36
commit 3edd8d7cf6
45 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}