Commit c91a2268 by Jonne Haß Committed by GitHub

AGP 8 compatibility (#443)

parent 18347e0d
......@@ -45,6 +45,9 @@ android {
lintOptions {
disable 'InvalidPackage'
}
if (project.android.hasProperty('namespace')) {
namespace 'io.github.ponnamkarthik.toast.fluttertoast'
}
}
dependencies {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment