howardpang / androidNativeBundle

a gradle plugin that support publish c/c++ headers to 'aar' and depend those 'aar'
Apache License 2.0
70 stars 14 forks source link

naming inconsistency #12

Open igagis opened 3 years ago

igagis commented 3 years ago

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.

howardpang commented 3 years ago

Thanks for your advise, it will change in next version