Skip to content

Commit e2712df

Browse files
committed
release 0.1.25
1 parent 192e945 commit e2712df

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ this project is total refactor of [GiraffePlayer](https://github.com/tcking/Gira
3333
}
3434
3535
//step 2: add dependency,there are 3 type of aar,see the flow table
36-
api 'com.github.tcking:giraffeplayer2:0.1.24-lazyLoad'
36+
api 'com.github.tcking:giraffeplayer2:0.1.25-lazyLoad'
3737
3838
```
3939

4040
aar type|aar size|decoders|support abi
4141
----|-----|-----|----
42-
`api 'com.github.tcking:giraffeplayer2:0.1.24'`| 2.2M |common decoders|default armeabi,can add manually
43-
`api 'com.github.tcking:giraffeplayer2:0.1.24-lazyLoad'`| 180K| all decoders|download player(so files) on demand by device abi
44-
`api 'com.github.tcking:giraffeplayer2:0.1.24-full'`| 5.4M | all decoders|default armeabi,can add manually
42+
`api 'com.github.tcking:giraffeplayer2:0.1.25'`| 2.2M |common decoders|default armeabi,can add manually
43+
`api 'com.github.tcking:giraffeplayer2:0.1.25-lazyLoad'`| 180K| all decoders|download player(so files) on demand by device abi
44+
`api 'com.github.tcking:giraffeplayer2:0.1.25-full'`| 5.4M | all decoders|default armeabi,can add manually
4545

4646

47-
if you using `compile 'com.github.tcking:giraffeplayer2:0.1.19'` or `compile 'com.github.tcking:giraffeplayer2:0.1.19-full'` and want to support more ABI:
47+
if you using `compile 'com.github.tcking:giraffeplayer2:0.1.25'` or `compile 'com.github.tcking:giraffeplayer2:0.1.25-full'` and want to support more ABI:
4848

4949

5050
``` gradle

giraffeplayer2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
22
def bType = "" //lazyLoad,full, blank is normal
3-
def version = "0.1.24"
3+
def version = "0.1.25"
44
def ijkVersion = "0.8.8"
55

66
android {

0 commit comments

Comments
 (0)