We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f29fd5 commit 434bb4fCopy full SHA for 434bb4f
README.md
@@ -28,7 +28,7 @@ Android项目组件化示例代码
28
29
## 集成开发模式和组件开发模式转换
30
31
-**1、首先打开Android项目的 gradle.properties 文件,然后将 isModule 改为你需要的开发模式,
+**1、首先打开Android项目的 gradle.properties 文件,然后将 isModule 改为你需要的开发模式(true/false),
32
然后点击 "Sync Project" 按钮同步项目;**
33
34
**2、 在运行之前,请先按照图中选择一个能够运行的组件;**
@@ -71,4 +71,4 @@ Android项目组件化示例代码
71
distributed under the License is distributed on an "AS IS" BASIS,
72
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
73
See the License for the specific language governing permissions and
74
- limitations under the License.
+ limitations under the License.
0 commit comments