Skip to content

Commit

Permalink
AGP 8 compatibility (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Jul 12, 2023
1 parent 18347e0 commit c91a226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ android {
lintOptions {
disable 'InvalidPackage'
}
if (project.android.hasProperty('namespace')) {
namespace 'io.github.ponnamkarthik.toast.fluttertoast'
}
}

dependencies {
Expand Down

0 comments on commit c91a226

Please sign in to comment.