build: change android package name

This commit is contained in:
2026-05-13 10:32:23 +08:00
parent 65fda01440
commit b5af767421
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "ttstd_family_care")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.ttstd.familycare.ttstd_family_care")
set(APPLICATION_ID "com.ttstd.familycare")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.