add information about how to edit "android\app\build.gradle" file for importing custom aar file

chenhua 2019-09-18 23:54:17 +08:00
parent 06516dde2a
commit 3a3db7215c

@ -147,7 +147,6 @@ Alternatively, if you are not familiar with android development, and you do not
Besides, if you try to add yourmodule.aar into your own project, after copy the yourmodule.aar file and yourmodule.jar file to "android\app" folder, below editing in "android\app\build.gradle" file should be done in order to make your module imported correctly.
1.
```
+ repositories {
+ flatDir {
@ -156,7 +155,6 @@ Besides, if you try to add yourmodule.aar into your own project, after copy the
+ }
```
2.
```
dependencies {
...