Skip to content

Commit

Permalink
1 change video decode to single thread mode;
Browse files Browse the repository at this point in the history
2 new version code;
  • Loading branch information
john committed Dec 13, 2016
1 parent 811c90b commit 91a0cdf
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Android/EasyPlayer/build.gradle
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.easydarwin.easyplayer"
minSdkVersion 16
targetSdkVersion 23
versionCode 6
versionName "1.1.16.1129"
versionCode 7
versionName "1.1.16.1213"
}
buildTypes {
release {
Expand Down
Binary file modified Android/EasyPlayer/libs/rtspclient-release.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Android/build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

Expand Down
17 changes: 0 additions & 17 deletions Android/gradle.properties

This file was deleted.

0 comments on commit 91a0cdf

Please sign in to comment.