Skip to content

Commit 816b821

Browse files
committed
Add namespace to example app build.gradle
Add namespace declaration required by AGP 8.6+. The namespace replaces the package attribute from AndroidManifest.xml. Fixes: "Namespace not specified. Specify a namespace in the module's build file"
1 parent 650889e commit 816b821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ if (flutterVersionName == null) {
2828
}
2929

3030
android {
31+
namespace "com.nschairer.keyboard_height_plugin_example"
3132
compileSdkVersion 34
3233
ndkVersion flutter.ndkVersion
3334

0 commit comments

Comments
 (0)