diff --git a/.gitignore b/.gitignore index ae5f43df..bad7aab1 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ build/ .flutter-plugins-dependencies pubspec_overrides.yaml + +.cxx diff --git a/super_clipboard/example/android/app/build.gradle b/super_clipboard/example/android/app/build.gradle index 5b46b1c7..9406d95e 100644 --- a/super_clipboard/example/android/app/build.gradle +++ b/super_clipboard/example/android/app/build.gradle @@ -28,6 +28,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { compileSdkVersion flutter.compileSdkVersion ndkVersion flutter.ndkVersion + namespace 'com.example.clipboard' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/super_clipboard/example/android/app/src/debug/AndroidManifest.xml b/super_clipboard/example/android/app/src/debug/AndroidManifest.xml index 9ed576cc..399f6981 100644 --- a/super_clipboard/example/android/app/src/debug/AndroidManifest.xml +++ b/super_clipboard/example/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - +