Skip to content

Commit

Permalink
release 0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
tcking committed Dec 13, 2018
1 parent 192e945 commit e2712df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ this project is total refactor of [GiraffePlayer](https://github.com/tcking/Gira
}
//step 2: add dependency,there are 3 type of aar,see the flow table
api 'com.github.tcking:giraffeplayer2:0.1.24-lazyLoad'
api 'com.github.tcking:giraffeplayer2:0.1.25-lazyLoad'
```

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


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:
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:


``` gradle
Expand Down
2 changes: 1 addition & 1 deletion giraffeplayer2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
def bType = "" //lazyLoad,full, blank is normal
def version = "0.1.24"
def version = "0.1.25"
def ijkVersion = "0.8.8"

android {
Expand Down

0 comments on commit e2712df

Please sign in to comment.