unable to build library after upgrade to gradle 7.2 and AGP 7.0.2
igagis opened this issue · 6 comments
igagis commented
After upgrading my project to gradle
7.2
and AGP 7.0.2
I started getting the following build error:
Execution failed for task ':r4:bundleStaticLibPrepareRelease'.
> No such property: externalNativeJsonGenerator for class: com.android.build.gradle.internal.scope.MutableTaskContainer
Please see the relevant build log here:
https://github.com/cppfw/r4/runs/3651546091?check_suite_focus=true#step:6:127
Is this a problem in androidNativeBundle
plugin?
howardpang commented
Gradle 7.2 is not support yet, i will take tome time to support it , thanks
igagis commented
Ah, I see. What is the latest supported gradle version?
howardpang commented
android gradle plugin 3.0.0 - 4.1.0
howardpang commented
Please try 1.1.0
igagis commented
I'll try as soon as I can. Thanks for the fix!
igagis commented
Ok, it seems working for me. Thanks again for great plugin!