switch Namespace
This commit is contained in:
parent
33c1feac20
commit
8cfa812def
@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.example.web_flutter_tank_appwrite_app"
|
||||
namespace = "net.ipv64.joshihomeserver.web_flutter_tank_appwrite_app"
|
||||
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.web_flutter_tank_appwrite_app"
|
||||
applicationId = "net.ipv64.joshihomeserver.web_flutter_tank_appwrite_app"
|
||||
// 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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package com.example.web_flutter_tank_appwrite_app
|
||||
package net.ipv64.joshihomeserver.web_flutter_tank_appwrite_app
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
|
||||
set(BINARY_NAME "web_flutter_tank_appwrite_app")
|
||||
# The unique GTK application identifier for this application. See:
|
||||
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
|
||||
set(APPLICATION_ID "com.example.web_flutter_tank_appwrite_app")
|
||||
set(APPLICATION_ID "net.ipv64.joshihomeserver.web_flutter_tank_appwrite_app")
|
||||
|
||||
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
|
||||
# versions of CMake.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user