提交 877a6a0f 编写于 作者: R Rafael Miranda 提交者: Takeshi Hagikura

swapped compile to implementation (#407)

As of gradle 3.0 `compile` is deprecated and should be replace by `implementation`
上级 3aa56093
......@@ -10,7 +10,7 @@ Add the following dependency to your `build.gradle` file:
```
dependencies {
compile 'com.google.android:flexbox:0.3.2'
implementation 'com.google.android:flexbox:0.3.2'
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册