-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use this #10
Comments
@ramanveerji Just follow the Quick start section, only two steps you need to follow. Or you can see the sample project for reference. |
I don't understand step 2. I mean where to put that code. I have enabled proguard and minify already. Please guide about step 2. |
@ramanveerji In your |
You can refer to the configuration in the sample: app/build.gradle.kts |
|
@ramanveerji This plugin is not support for AGP 8.0 and above yet, we will adapt in future. |
Okay I hope to see it soon. |
I also have same error, and hope to see it as soon as posible :) |
I have imported the plugin as follows in plugins section.
plugins{
id("cn.dorck.component.publisher") version "1.0.4"
}
but i do not know how to do other things, can you write step by step code in order to use in my code. I am a newbie and needs your help.
The text was updated successfully, but these errors were encountered: