We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b789bc4 commit 636e228Copy full SHA for 636e228
1 file changed
example/android/app/build.gradle
@@ -28,6 +28,8 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
28
android {
29
compileSdkVersion flutter.compileSdkVersion
30
ndkVersion flutter.ndkVersion
31
+
32
+ namespace 'dev.fluttercommunity.androidid.example'
33
34
compileOptions {
35
sourceCompatibility JavaVersion.VERSION_1_8
0 commit comments