Skip to content

Commit e8f3d95

Browse files
committed
fix: android bundle id
1 parent 854a1c9 commit e8f3d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444

4545
defaultConfig {
4646
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
47-
applicationId "io.github.pd4d10.git_touch"
47+
applicationId "io.github.pd4d10.gittouch"
4848
// You can update the following values to match your application needs.
4949
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
5050
minSdkVersion 19 // flutter.minSdkVersion

0 commit comments

Comments
 (0)