File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ @file:Suppress(" UnstableApiUsage" )
2+
13import io.gitlab.arturbosch.detekt.Detekt
24
35plugins {
46 `kotlin- dsl`
57 alias(libs.plugins.detekt)
6- `maven - publish`
8+ alias(libs.plugins.plugin. publish)
79}
810
9- group = " dev.aleksrychkov.methodhook "
11+ group = " dev.aleksrychkov"
1012version = " 0.1"
1113
1214java {
@@ -56,9 +58,13 @@ gradlePlugin {
5658 displayName = " Android method hook plugin"
5759 description =
5860 " An Android Gradle plugin to inject method call at the beginning and end of methods in Android application at compile time"
59- @Suppress(" UnstableApiUsage" )
60- tags.addAll(listOf (" android" , " bytecode" , " weaver" , " asm" ))
61+ tags.set(listOf (" android" , " android-gradle-plugin" , " asm" ))
6162 implementationClass = " dev.aleksrychkov.methodhook.plugin.MethodHookPlugin"
6263 }
6364 }
6465}
66+
67+ gradlePlugin {
68+ website.set(" https://github.com/AleksRychkov/android-method-hook-plugin" )
69+ vcsUrl.set(" https://github.com/AleksRychkov/android-method-hook-plugin.git" )
70+ }
You can’t perform that action at this time.
0 commit comments