Open igagis opened 3 years ago
Since you have published the plugin to maven central, it is now called io.github.howardpang:androidNativeBundle.
io.github.howardpang:androidNativeBundle
But when applying the plugin in gradle files it still has an old name:
apply plugin: 'com.ydq.android.gradle.native-aar.export' apply plugin: 'com.ydq.android.gradle.native-aar.import'
I think those names should also be changed to align with main package name, as it creates a confusion.
Thanks for your advise, it will change in next version
Since you have published the plugin to maven central, it is now called
io.github.howardpang:androidNativeBundle
.But when applying the plugin in gradle files it still has an old name:
I think those names should also be changed to align with main package name, as it creates a confusion.