Skip to content

Commit

Permalink
更新版本到2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SHLURENJIA committed May 20, 2021
1 parent ba3605f commit caeb998
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),安装试用。
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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图片加载使用
Expand Down
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ buildscript {

allprojects {
repositories {
google()
//阿里云的镜像库
maven {url "http://maven.aliyun.com/nexus/content/groups/public/"}
jcenter()
Expand All @@ -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/'
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# org.gradle.parallel=true
android.injected.testOnly=false
#project
VERSIONCODE=215100
VERSIONNAME=2.15.1
VERSIONCODE=215300
VERSIONNAME=2.15.3

0 comments on commit caeb998

Please sign in to comment.