flutter_boost icon indicating copy to clipboard operation
flutter_boost copied to clipboard

AGP8强制要求build.gradle添加namespace

Open wyq0918dev opened this issue 2 years ago • 0 comments

在build.gradle的android{}中添加以下代码

// Conditional for compatibility with AGP <4.2.  
if (project.android.hasProperty("namespace")) {  
    namespace 'com.idlefish.flutterboost'  
}

wyq0918dev avatar May 28 '23 04:05 wyq0918dev