diff --git a/README.md b/README.md index 18526ab..48adce6 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,5 @@ rtmpSDK1.0demo是rtmpSDK1.0的demo示例Android studio项目工程,其中包 #### 更多关于rtmpSDK1.0demo和rtmpSDK1.0的详细介绍请看[Wiki](https://github.com/easefun/polyv-android-rtmp-sdk-1.0-demo/wiki)。 1.0.3版API文档请看[v1.0.3 API](http://demo.polyv.net/polyv/android/rtmp/sdk/1.0.3/api/index.html)。
1.0.4版API文档请看[v1.0.4 API](http://demo.polyv.net/polyv/android/rtmp/sdk/1.0.4/api/index.html)。
-1.0.5版API文档请看[v1.0.5 API](http://demo.polyv.net/polyv/android/rtmp/sdk/1.0.5/api/index.html)。 \ No newline at end of file +1.0.5版API文档请看[v1.0.5 API](http://demo.polyv.net/polyv/android/rtmp/sdk/1.0.5/api/index.html)。
+1.0.6版API文档请看[v1.0.6 API](http://demo.polyv.net/polyv/android/rtmp/sdk/1.0.6/api/index.html)。 \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 2e98ffe..ada6157 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 23 - versionCode 5 - versionName "1.0.5" + versionCode 6 + versionName "1.0.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/libs/polyvRTMP1.0.5.jar b/app/libs/polyvRTMP1.0.6.jar similarity index 80% rename from app/libs/polyvRTMP1.0.5.jar rename to app/libs/polyvRTMP1.0.6.jar index 9d5e7b7..eb9e8bc 100644 Binary files a/app/libs/polyvRTMP1.0.5.jar and b/app/libs/polyvRTMP1.0.6.jar differ diff --git a/app/libs/polyvRTMPChat1.0.5.jar b/app/libs/polyvRTMPChat1.0.6.jar similarity index 89% rename from app/libs/polyvRTMPChat1.0.5.jar rename to app/libs/polyvRTMPChat1.0.6.jar index 9ff567f..b91c28c 100644 Binary files a/app/libs/polyvRTMPChat1.0.5.jar and b/app/libs/polyvRTMPChat1.0.6.jar differ diff --git a/sources/polyvRTMPSources1.0.5.jar b/sources/polyvRTMPSources1.0.6.jar similarity index 75% rename from sources/polyvRTMPSources1.0.5.jar rename to sources/polyvRTMPSources1.0.6.jar index c314474..421539c 100644 Binary files a/sources/polyvRTMPSources1.0.5.jar and b/sources/polyvRTMPSources1.0.6.jar differ