Skip to content

Commit 8c1ae10

Browse files
committedJun 4, 2024
update readme
1 parent 4eceb5e commit 8c1ae10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Android application at compile time using the [ASM](https://asm.ow2.io) library.
55

66
Build and tested for AGP version: `8.2.2`.
77

8-
## Installation (WIP)
8+
## Installation
99

1010
Apply Gradle plugin to Android application
1111

1212
```gradle
1313
plugins {
1414
id("com.android.application") version <version>
15-
// todo: id("io.github.aleksrychkov.methodhook") version <version>
15+
id("io.github.aleksrychkov.methodhook") version <version>
1616
}
1717
```
1818

0 commit comments

Comments
 (0)
Failed to load comments.