rename app ID to com.randogoth.muzzlevelocity
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fc6c69db24
commit
6b11515aa2
6 changed files with 14 additions and 14 deletions
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace = "vision.flux.muzzlevelocity"
|
||||
namespace = "com.randogoth.muzzlevelocity"
|
||||
compileSdk = flutter.compileSdkVersion
|
||||
ndkVersion = flutter.ndkVersion
|
||||
compileSdkVersion 36
|
||||
|
|
@ -22,7 +22,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId = "vision.flux.muzzlevelocity"
|
||||
applicationId = "com.randogoth.muzzlevelocity"
|
||||
// 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.muzzlevelocity
|
||||
package com.randogoth.muzzlevelocity
|
||||
|
||||
import io.flutter.embedding.android.FlutterFragmentActivity
|
||||
import io.flutter.embedding.engine.FlutterEngine
|
||||
Loading…
Add table
Add a link
Reference in a new issue