From caeb99880627486ac5bc4bc4788b4810f582c40d Mon Sep 17 00:00:00 2001 From: SHLURENJIA Date: Thu, 20 May 2021 10:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=88=B02.?= =?UTF-8?q?15.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- app/build.gradle | 4 ++-- build.gradle | 9 +++++++++ gradle.properties | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2ae85b7..27f36f3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ polyv-android-sdk-2.0.0-demo === [![build passing](https://img.shields.io/badge/build-passing-brightgreen.svg)](#) -[![GitHub release](https://img.shields.io/badge/release-v2.15.2-blue.svg)](https://github.com/easefun/polyv-android-sdk-2.0-demo/releases/tag/v2.15.2) +[![GitHub release](https://img.shields.io/badge/release-v2.15.3-blue.svg)](https://github.com/easefun/polyv-android-sdk-2.0-demo/releases/tag/v2.15.3) #### 试用 可以[点击下载](https://www.pgyer.com/B7aw),安装试用。 diff --git a/app/build.gradle b/app/build.gradle index adac0a4..bcf5c65 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,9 +67,9 @@ dependencies { implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support:support-v4:27.1.1' implementation 'com.android.support:design:27.1.1' - implementation 'net.polyv.android:polyvPlayer:2.15.2'//SDK核心包 + implementation 'net.polyv.android:polyvPlayer:2.15.3'//SDK核心包 implementation 'net.polyv.android:polyvPlayerABI:1.9.9'//SDK核心包 - implementation 'net.polyv.android:polyvDownload:2.15.2'//SDK下载功能 + implementation 'net.polyv.android:polyvDownload:2.15.3'//SDK下载功能 implementation 'net.polyv.android:polyvUpload:2.3.3'//SDK上传功能 implementation 'de.hdodenhof:circleimageview:2.2.0'//圆形imageview,音频封面图使用 implementation 'com.github.bumptech.glide:glide:4.7.1'//demo中的ppt图片加载使用 diff --git a/build.gradle b/build.gradle index aae5450..b000415 100644 --- a/build.gradle +++ b/build.gradle @@ -16,6 +16,7 @@ buildscript { allprojects { repositories { + google() //阿里云的镜像库 maven {url "http://maven.aliyun.com/nexus/content/groups/public/"} jcenter() @@ -25,6 +26,14 @@ allprojects { maven{ url 'https://maven.aliyun.com/repository/public' } + //阿里云效仓库,必须添加 + maven { + credentials { + username '609cc5623a10edbf36da9615' + password 'EbkbzTNHRJ=P' + } + url 'https://packages.aliyun.com/maven/repository/2102846-release-8EVsoM/' + } } } diff --git a/gradle.properties b/gradle.properties index 033bfc7..cd49afa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,5 +18,5 @@ # org.gradle.parallel=true android.injected.testOnly=false #project -VERSIONCODE=215100 -VERSIONNAME=2.15.1 \ No newline at end of file +VERSIONCODE=215300 +VERSIONNAME=2.15.3 \ No newline at end of file