correccion errores y nuevo namespace e id para publicacion

This commit is contained in:
2024-10-22 16:58:04 +02:00
parent 03c550cba5
commit 46309589e4
4 changed files with 18 additions and 18 deletions

View File

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