Add Android project structure and GitHub Actions workflow for APK publishing

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-29 15:27:19 +00:00
parent 9cef8d88a8
commit 85431a42c3
17 changed files with 442 additions and 1 deletions

27
.gitignore vendored
View File

@@ -24,4 +24,29 @@ hs_err_pid*
replay_pid*
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
.kotlin/
.kotlin/
# Android Studio and Gradle
*.iml
.gradle
/local.properties
/.idea
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
*.apk
*.aab
*.ap_
*.dex
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Android Profiling
*.hprof