docs: archive ABSDK Android sample

This commit is contained in:
KremeCN
2026-08-22 15:48:16 +08:00
parent 3c7c6002df
commit 6f6f3755b5
106 changed files with 3012 additions and 0 deletions
@@ -0,0 +1,12 @@
# Add project specific R8 rules here.
# AGP will combine all keep rule files in src/main/keepRules to pass to R8
#
# For more details, see
# https://d.android.com/r/tools/r8/keep-rules
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}