From 3a3db7215c94f55d78cf075da8ca3393948495ef Mon Sep 17 00:00:00 2001 From: chenhua Date: Wed, 18 Sep 2019 23:54:17 +0800 Subject: [PATCH] add information about how to edit "android\app\build.gradle" file for importing custom aar file --- Mobile.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mobile.md b/Mobile.md index a8906b6f..5327aa1a 100644 --- a/Mobile.md +++ b/Mobile.md @@ -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 { ...