rename android pkg, ignore client secrets

This commit is contained in:
tk 2025-08-16 15:47:46 +02:00
parent 707dfbd76c
commit b427b44e4c
4 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.wien_talks_flutter"
namespace = "com.wien_talks"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@ -21,7 +21,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.wien_talks_flutter"
applicationId = "com.wien_talks"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion

View file

@ -1,4 +1,4 @@
package com.example.wien_talks_flutter
package com.wien_talks
import io.flutter.embedding.android.FlutterActivity

View file

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

View file

@ -16,3 +16,4 @@ config/firebase_service_account_key.json
.env
*.env
config/