app-code-obfuscation icon indicating copy to clipboard operation
app-code-obfuscation copied to clipboard

how to use this

Open ramanveerji opened this issue 1 year ago • 9 comments

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.

ramanveerji avatar Jun 24 '24 12:06 ramanveerji

@ramanveerji Just follow the Quick start section, only two steps you need to follow. Or you can see the sample project for reference.

indieexplore avatar Jun 26 '24 02:06 indieexplore

@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. I have a kotlin app.

ramanveerji avatar Jun 26 '24 07:06 ramanveerji

@ramanveerji In your app/build.gradle file.

indieexplore avatar Jun 26 '24 07:06 indieexplore

You can refer to the configuration in the sample: app/build.gradle.kts

indieexplore avatar Jun 26 '24 07:06 indieexplore

You can refer to the configuration in the sample: app/build.gradle.kts

image

ramanveerji avatar Jul 03 '24 12:07 ramanveerji

@ramanveerji This plugin is not support for AGP 8.0 and above yet, we will adapt in future.

indieexplore avatar Jul 03 '24 12:07 indieexplore

@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.

ramanveerji avatar Jul 03 '24 12:07 ramanveerji

I also have same error, and hope to see it as soon as posible :)

xxhubx avatar Jul 03 '24 12:07 xxhubx

An exception occurred applying plugin request [id: 'cn.dorck.code.guarder', version: '0.1.4-beta']

Failed to apply plugin 'cn.dorck.code.guarder'. API 'android.registerTransform' is removed.

same error

haihack avatar Nov 30 '24 03:11 haihack