From b6f2f638024849e8a3dbf04155fa299ba2e4ac76 Mon Sep 17 00:00:00 2001 From: Leifzhang <454327998@qq.com> Date: Mon, 31 Oct 2016 16:01:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b545db0..b79b521 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Add this line to your `build.gradle` file under your module directory. ``` - compile 'com.github.leifzhang:IjkLib:0.1.3' + compile 'com.github.leifzhang:IjkLib:0.2.0' ``` # 简介 更新了一下ijk的版本号以及升级了一下so包. diff --git a/gradle.properties b/gradle.properties index 24ec728..40f0a77 100755 --- a/gradle.properties +++ b/gradle.properties @@ -19,4 +19,4 @@ # 包信息 PROJ_GROUP=com.github.leifzhang -PROJ_VERSION=0.1.3 \ No newline at end of file +PROJ_VERSION=0.2.0 \ No newline at end of file