diff --git a/packages/video_player/video_player_android/android/build.gradle b/packages/video_player/video_player_android/android/build.gradle index c842cacaa1c4..df1d6cce47fb 100644 --- a/packages/video_player/video_player_android/android/build.gradle +++ b/packages/video_player/video_player_android/android/build.gradle @@ -28,9 +28,9 @@ apply plugin: 'com.android.library' android { // Conditional for compatibility with AGP <4.2. - if (project.android.hasProperty("namespace")) { - namespace 'io.flutter.plugins.videoplayer' - } + // if (project.android.hasProperty("namespace")) { + namespace 'io.flutter.plugins.videoplayer' + // } compileSdkVersion 33 defaultConfig {