File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11tag next
22--------------------------------
3+
4+ tag k0.3.2
5+ --------------------------------
36android: drop support of Eclipse
47android: update to SDK 23
58android/sample: better UI
69ios: support SAR
10+ android/sample: support background play
711
812tag k0.3.1
913--------------------------------
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ sudo dpkg-reconfigure dash
9595```
9696git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
9797cd ijkplayer-android
98- git checkout -B latest k0.3.1
98+ git checkout -B latest k0.3.2
9999
100100./init-android.sh
101101
@@ -133,7 +133,7 @@ cd ..
133133```
134134git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios
135135cd ijkplayer-ios
136- git checkout -B latest k0.3.1
136+ git checkout -B latest k0.3.2
137137
138138./init-ios.sh
139139
Original file line number Diff line number Diff line change 1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
1919
20- VERSION_NAME =0.3.1-dev001
21- VERSION_CODE =301000
20+ VERSION_NAME =0.3.2
21+ VERSION_CODE =302000
2222GROUP =tv.danmaku.ijk.media
2323
2424POM_DESCRIPTION =Video player based on FFmpeg n2.7
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" tv.danmaku.ijk.media.sample"
4- android : versionCode =" 300000 "
5- android : versionName =" 0.3.0 " >
4+ android : versionCode =" 302000 "
5+ android : versionName =" 0.3.2 " >
66
77 <uses-sdk
88 android : minSdkVersion =" 9"
You can’t perform that action at this time.
0 commit comments