Skip to content

Commit 21d2504

Browse files
neeraj-pilotclaude
andcommitted
Fix Android package namespace mismatch
Update namespace and applicationId in build.gradle to match renamed package Co-Authored-By: Claude <[email protected]>
1 parent 4958fd6 commit 21d2504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
android {
9-
namespace = "com.example.write_folder_plugin_example"
9+
namespace = "com.example.ente_directory_picker_example"
1010
compileSdk = flutter.compileSdkVersion
1111
ndkVersion = "27.0.12077973"
1212

@@ -21,7 +21,7 @@ android {
2121

2222
defaultConfig {
2323
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
24-
applicationId = "com.example.write_folder_plugin_example"
24+
applicationId = "com.example.ente_directory_picker_example"
2525
// You can update the following values to match your application needs.
2626
// For more information, see: https://flutter.dev/to/review-gradle-config.
2727
minSdk = flutter.minSdkVersion

0 commit comments

Comments
 (0)