We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd539e8 commit c094f43Copy full SHA for c094f43
1 file changed
android/r4/build.gradle
@@ -64,4 +64,5 @@ task copy_aar(type: Copy) {
64
65
afterEvaluate {
66
copy_aar.dependsOn(assembleRelease)
67
+ copy_aar.dependsOn(bundleStaticLibRelease)
68
}
0 commit comments