Skip to content

Commit

Permalink
fix: Remove namespace from AndroidManifest and change namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
M4dhav committed Sep 29, 2024
1 parent a83e84c commit 7a38a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 31
namespace "com.bdk.bdk_flutter"
namespace "io.bdk.f.bdk_flutter"

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<manifest package="io.bdk.f.bdk_flutter"></manifest>
<manifest></manifest>

0 comments on commit 7a38a65

Please sign in to comment.