Re-enable image pickers when config is changed, and other UI bug fixes.

This commit is contained in:
Jing Jin 2025-05-19 11:08:03 -07:00
parent 0f5142e67e
commit 9544b8ddcc
7 changed files with 374 additions and 380 deletions

View file

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