Skip to content

Commit 0639093

Browse files
authored
Merge pull request #1 from VD171/main
Fix typo
2 parents d0dad78 + 6c05372 commit 0639093

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
Modern XPosed API Native Demo app based on libxposed-api library from LSPosed Team. This has been developed using the below resources & libraries.
44

5-
Develop XPosed Modules using Modern Xposed API wiki (Native module) : https://github.com/LSPosed/LSPosed/wiki/Develop-Xposed-Modules-Using-Modern-Xposed-API
6-
7-
Libxposed API: https://github.com/libxposed/api
8-
Libxposed API example : https://github.com/libxposed/example
5+
Develop XPosed Modules using Modern Xposed API wiki (Native module): https://github.com/LSPosed/LSPosed/wiki/Develop-Xposed-Modules-Using-Modern-Xposed-API
96

7+
Libxposed API: https://github.com/libxposed/api
8+
Libxposed API example: https://github.com/libxposed/example
109

1110
Libxposed example is in Kotlin, so I have example in Java as well so that developer can use that for their reference.
1211

13-
As the libraries JARs are not availble in Mavne repository as of now, I have included them in libs folder so that anyone can directly use them. I built API AAR file using GitHub Action and the Helper AAR file manually on my local system.
12+
As the libraries JARs are not available in Maven repository as of now, I have included them in libs folder so that anyone can directly use them. I built API AAR file using GitHub Action and the Helper AAR file manually on my local system.
1413

1514
Enjoy developing cool Xposed modules and hacking :)

0 commit comments

Comments
 (0)