We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eceb5e commit 8c1ae10Copy full SHA for 8c1ae10
1 file changed
README.md
@@ -5,14 +5,14 @@ Android application at compile time using the [ASM](https://asm.ow2.io) library.
5
6
Build and tested for AGP version: `8.2.2`.
7
8
-## Installation (WIP)
+## Installation
9
10
Apply Gradle plugin to Android application
11
12
```gradle
13
plugins {
14
id("com.android.application") version <version>
15
- // todo: id("io.github.aleksrychkov.methodhook") version <version>
+ id("io.github.aleksrychkov.methodhook") version <version>
16
}
17
```
18
0 commit comments