Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Release 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathen committed Mar 14, 2016
1 parent f1cabf2 commit 06d3cb3
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Jiecao Video Player

[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
[![Maven Central](https://img.shields.io/badge/Maven%20Central-1.7-green.svg)](http://search.maven.org/#artifactdetails%7Cfm.jiecao%7Cjiecaovideoplayer%7C1.7%7Caar)
[![Maven Central](https://img.shields.io/badge/Maven%20Central-1.8-green.svg)](http://search.maven.org/#artifactdetails%7Cfm.jiecao%7Cjiecaovideoplayer%7C1.8%7Caar)
[![Licenses](https://img.shields.io/badge/license-MIT-green.svg)](http://choosealicense.com/licenses/mit/)
[![GitHub stars](https://img.shields.io/github/stars/lipangit/jiecaovideoplayer.svg?style=social&label=Star)]()
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-jiecaovideoplayer-green.svg?style=true)](https://android-arsenal.com/details/1/3269)
Expand All @@ -28,7 +28,7 @@ Demo video : http://v.youku.com/v_show/id_XMTQ2NzUwOTcyNA==.html?firsttime=0&fro
## Usage
1.Add the library in build.gradle
```gradle
compile 'fm.jiecao:jiecaovideoplayer:1.7'
compile 'fm.jiecao:jiecaovideoplayer:1.8'
```

2.Add JCVideoPlayer in your layout
Expand Down Expand Up @@ -85,10 +85,10 @@ ProGuard
```

## Downloads
* **[jiecaovideoplayer-1.7-demo.apk](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-1.7-demo.apk)**
* **[jiecaovideoplayer-1.7.aar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-1.7.aar)**
* **[jiecaovideoplayer-1.7-javadoc.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-1.7-javadoc.jar)**
* **[jiecaovideoplayer-1.7-sources.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-1.7-sources.jar)**
* **[jiecaovideoplayer-1.8-demo.apk](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-1.8-demo.apk)**
* **[jiecaovideoplayer-1.8.aar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-1.8.aar)**
* **[jiecaovideoplayer-1.8-javadoc.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-1.8-javadoc.jar)**
* **[jiecaovideoplayer-1.8-sources.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-1.8-sources.jar)**



Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "fm.jiecao.jiecaovideoplayer"
minSdkVersion 16
targetSdkVersion 23
versionCode 18
versionName "1.7"
versionCode 19
versionName "1.8"
}
buildTypes {
release {
Expand Down
Binary file removed downloads/jiecaovideoplayer-1.7-demo.apk
Binary file not shown.
Binary file removed downloads/jiecaovideoplayer-1.7-javadoc.jar
Binary file not shown.
Binary file removed downloads/jiecaovideoplayer-1.7-sources.jar
Binary file not shown.
Binary file removed downloads/jiecaovideoplayer-1.7.aar
Binary file not shown.
Binary file added downloads/jiecaovideoplayer-1.8-demo.apk
Binary file not shown.
Binary file added downloads/jiecaovideoplayer-1.8-javadoc.jar
Binary file not shown.
Binary file added downloads/jiecaovideoplayer-1.8-sources.jar
Binary file not shown.
Binary file added downloads/jiecaovideoplayer-1.8.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/maven_push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ signing {

group = "fm.jiecao"
archivesBaseName = "jiecaovideoplayer"
version = "1.7"
version = "1.8"

uploadArchives {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions jcvideoplayer-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 18
versionName "1.7"
versionCode 19
versionName "1.8"
}
buildTypes {
release {
Expand Down

0 comments on commit 06d3cb3

Please sign in to comment.