Various bug fixes.

This commit is contained in:
Jing Jin 2025-05-17 15:11:52 -07:00
parent 0c49efc054
commit 37a58d1a41
35 changed files with 1517 additions and 995 deletions

View file

@ -27,10 +27,10 @@ android {
defaultConfig {
applicationId = "com.google.aiedge.gallery"
minSdk = 24
minSdk = 26
targetSdk = 35
versionCode = 1
versionName = "20250428"
versionName = "0.9.0"
// Needed for HuggingFace auth workflows.
manifestPlaceholders["appAuthRedirectScheme"] = "com.google.aiedge.gallery.oauth"