- Better text formatting on home screen for smaller screen.

- Set default backend based on the order of "accelerators" field in model allowlist
This commit is contained in:
Jing Jin 2025-05-19 11:43:52 -07:00
parent 4d0c570d34
commit e89fd9a23b
6 changed files with 7 additions and 8 deletions

View file

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