Skip to content

Commit

Permalink
Set app id
Browse files Browse the repository at this point in the history
  • Loading branch information
htetlynnhtun committed Jul 24, 2024
1 parent fb985da commit 2245a9f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ android {
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.music_app"
applicationId "com.htetlynnhtun.isongplay"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion flutter.minSdkVersion
Expand All @@ -53,9 +52,6 @@ android {

buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
}
}
}
Expand Down

0 comments on commit 2245a9f

Please sign in to comment.