change app name to freq-split-enhance

This commit is contained in:
Joel Mathew Thomas
2025-01-10 21:38:58 +05:30
parent 2f2732459b
commit 4d2a31fe47
10 changed files with 141 additions and 132 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.audioench"
namespace = "com.freqsplit.enhance"
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.audioench"
applicationId = "com.freqsplit.enhance"
// 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