Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfeng committed Dec 19, 2020
1 parent 380a7c1 commit 9dfbd9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![API Level](https://img.shields.io/badge/Android-API%20Level%2016%2B-brightgreen)
[![GitHub](https://img.shields.io/github/license/jrfeng/snow)](./license)
[![](https://jitpack.io/v/jrfeng/snow.svg)](https://jitpack.io/#jrfeng/snow)

[**中文**](./readme_zh.md)

Expand Down Expand Up @@ -47,11 +48,11 @@ allprojects {
}
```

2. Add a dependency in the `build.gradle` file of your app module --- [latest version](https://github.com/jrfeng/snow/releases)
2. Add a dependency in the `build.gradle` file of your app module [![latest version](https://jitpack.io/v/jrfeng/snow.svg)](https://jitpack.io/#jrfeng/snow)

```gradle
dependencies {
implementation 'com.github.jrfeng.snow:player:1.0'
implementation 'com.github.jrfeng.snow:player:1.0.1'
}
```

Expand Down
5 changes: 3 additions & 2 deletions readme_zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![API Level](https://img.shields.io/badge/Android-API%20Level%2016%2B-brightgreen)
[![GitHub](https://img.shields.io/github/license/jrfeng/snow)](./license)
[![jitpack](https://jitpack.io/v/jrfeng/snow.svg)](https://jitpack.io/#jrfeng/snow)

[**English**](./readme.md)

Expand Down Expand Up @@ -47,11 +48,11 @@ allprojects {
}
```

2. 将以下代码添加到模块的依赖中 --- [最新版本](https://github.com/jrfeng/snow/releases)
2. 将以下代码添加到模块的依赖中 [![最新版本](https://jitpack.io/v/jrfeng/snow.svg)](https://jitpack.io/#jrfeng/snow)

```gradle
dependencies {
implementation 'com.github.jrfeng.snow:player:1.0'
implementation 'com.github.jrfeng.snow:player:1.0.1'
}
```

Expand Down

0 comments on commit 9dfbd9e

Please sign in to comment.