diff options
author | ftbsc <dev@fantabos.co> | 2023-03-04 15:35:48 +0100 |
---|---|---|
committer | ftbsc <dev@fantabos.co> | 2023-03-04 15:35:54 +0100 |
commit | 52898ed2f1e92b5dd767bcf8f5a26c6fff09f2a1 (patch) | |
tree | 902ff2b027b0dbc4b13deebe17d0f8770f458978 | |
parent | 51d9375e0bf42cc9342db9ee5f676988026b141b (diff) |
doc: updated readme
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,8 +6,6 @@ First things first, add the processor and its dependencies to your `build.gradle ```groovy dependencies { implementation 'ftbsc.lll:processor:0.1.0' - annotationProcessor 'com.squareup:javapoet:1.13.0' - annotationProcessor 'ftbsc:lll:0.2.1' annotationProcessor 'ftbsc.lll:processor:0.1.0' } ``` @@ -47,4 +45,4 @@ public class SamplePatchInjector implements IInjector { } ``` -Happy patching!
\ No newline at end of file +Happy patching! |