Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 527df64

Browse files
authored
Update README.md
1 parent d7c470a commit 527df64

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# SetupWizardLib
22

3+
## Getting started 入门
4+
5+
### Add the dependency
6+
7+
#### Please add this, if you want to support API 14 +
8+
9+
```
10+
dependencies {
11+
implementation 'me.omico.aosp-part:setup-wizard-lib-compat:0.1.0'
12+
}
13+
```
14+
15+
#### Please add this, if you just want to support API 23 +
16+
17+
```
18+
dependencies {
19+
implementation 'me.omico.aosp-part:setup-wizard-lib:0.1.0'
20+
}
21+
```
22+
23+
## Usage 用法
24+
25+
Please watch [CurrentActivity](https://github.com/Omico/CurrentActivity)
26+
327
## License 许可证
428

529
[![license](https://img.shields.io/github/license/Omico/SetupWizardLib.svg?style=flat-square)](https://github.com/Omico/SetupWizardLib/blob/master/LICENSE)
@@ -23,4 +47,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
2347
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2448
See the License for the specific language governing permissions and
2549
limitations under the License.
26-
```
50+
```

0 commit comments

Comments
 (0)