Skip to content

Commit

Permalink
Fixing applicationID
Browse files Browse the repository at this point in the history
  • Loading branch information
SebieF committed Jun 14, 2023
1 parent 0f2af78 commit a7edb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "openshooting.settings.shooting_settings_app"
applicationId "openshooting.settings.settings_app"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21
Expand Down

0 comments on commit a7edb34

Please sign in to comment.