Skip to content

Commit

Permalink
update android manifest and gradle build file (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemoire authored Nov 5, 2024
1 parent d0b542b commit 19f7641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'dev.leanflutter.clipboard_watcher'
compileSdkVersion 33

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<manifest package="clipboard.watcher">
<manifest package="dev.leanflutter.clipboard_watcher">
</manifest>

0 comments on commit 19f7641

Please sign in to comment.