rename app ID to com.randogoth.muzzlevelocity

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
randogoth 2026-06-19 17:11:01 +03:00
parent fc6c69db24
commit 6b11515aa2
6 changed files with 14 additions and 14 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
package com.example.muzzlevelocity
package com.randogoth.muzzlevelocity
import io.flutter.embedding.android.FlutterFragmentActivity
import io.flutter.embedding.engine.FlutterEngine