Skip to content

Commit 9110da2

Browse files
authored
Add namespace to Gradle config.
Gradle 8.0 requires a `namespace` field in the `defaultConfig` section of its config. Flutter 3.27 (the current stable version) requires Gradle 8.0.
1 parent 41fd5f8 commit 9110da2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ android {
3131

3232
defaultConfig {
3333
minSdkVersion 16
34+
namespace "dev.darttools.flutter_android_volume_keydown"
3435
}
3536
}

0 commit comments

Comments
 (0)