Add support for LLM single-turn experience

This commit is contained in:
Jing Jin 2025-04-26 21:35:03 -07:00
parent 46aaee2654
commit d94fec0674
39 changed files with 2376 additions and 295 deletions

View file

@ -30,7 +30,7 @@ android {
minSdk = 24
targetSdk = 35
versionCode = 1
versionName = "20250421"
versionName = "20250428"
// Needed for HuggingFace auth workflows.
manifestPlaceholders["appAuthRedirectScheme"] = "com.google.aiedge.gallery.oauth"