androidNativeBundle icon indicating copy to clipboard operation
androidNativeBundle copied to clipboard

naming inconsistency

Open igagis opened this issue 3 years ago • 1 comments

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:

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.

igagis avatar May 06 '21 20:05 igagis

Thanks for your advise, it will change in next version

howardpang avatar May 07 '21 01:05 howardpang