Skip to content

Commit

Permalink
feat: AGP 8 Support (#79)
Browse files Browse the repository at this point in the history
* fix: specify-namespace

* use correct namespace
  • Loading branch information
BenjaminHalko committed Mar 26, 2024
1 parent d1ca414 commit 7a608c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ android {
defaultConfig {
minSdkVersion 16
}

namespace 'de.julianassmann.flutter_background'
}

dependencies {
Expand Down

0 comments on commit 7a608c3

Please sign in to comment.