From 9dfbd9e83886e964cb7d33080ccc0fd2f787ee16 Mon Sep 17 00:00:00 2001 From: jrfeng Date: Sat, 19 Dec 2020 10:19:55 +0800 Subject: [PATCH] update readme --- readme.md | 5 +++-- readme_zh.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 936705ff..a688fab8 100644 --- a/readme.md +++ b/readme.md @@ -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) @@ -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' } ``` diff --git a/readme_zh.md b/readme_zh.md index 1e068419..1ba1e6e5 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -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) @@ -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' } ```