Skip to content

Commit 0f153c9

Browse files
authored
Update README.md (#51)
1 parent 8a780e7 commit 0f153c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ cd dts-generator
4444
java -jar build/libs/dts-generator.jar -input <jarFolder>
4545
```
4646

47+
> Note: Check the [Makefile](Makefile) for sample usage
48+
4749
## Generate definitions for .aar
4850
```
4951
Open the .aar archive
@@ -102,6 +104,7 @@ If you want to generate typings of a package but you are not sure how you can ge
102104
7. Run the dts-generator tool passing as **input** arguments the path to the output jars folder
103105
104106
## Androidx specifics
107+
105108
To get all the jar files for androidx follow the steps above. You can find the **jar** files for androidx 1.0.0 in [the current repository](libs/androidx/1.0.0)
106109
As androidx needs the base android jar file to create its typings you need to pass the android.jar file as a **super** parameter to the generator. To avoid having typings for every different API level you can reuse typings built with API level 17 for all API levels until 23. It's quite easy to test this:
107110

0 commit comments

Comments
 (0)