Skip to content

Commit

Permalink
Merge pull request #143 from M4dhav/main
Browse files Browse the repository at this point in the history
Add support for AGP 8.x
  • Loading branch information
BitcoinZavior authored Oct 20, 2024
2 parents 8a9bd98 + 7a38a65 commit 2976571
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 @@ -26,6 +26,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 31
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 2976571

Please sign in to comment.