Ashutosh Agarwal

Results 2 comments of Ashutosh Agarwal

I have fix this using https://github.com/MixinNetwork/flutter-app/pull/838

try adding the code above subprojects {project.buildDir ...} in android/build.gradle. `subprojects { afterEvaluate { project -> if (project.plugins.hasPlugin("com.android.application") || project.plugins.hasPlugin("com.android.library")) { project.android { compileSdkVersion 34 buildToolsVersion "34.0.0" } } }...