Skip to content

Commit

Permalink
update README and version code
Browse files Browse the repository at this point in the history
  • Loading branch information
HotBitmapGG committed Sep 17, 2016
1 parent 9fcf2ec commit 702770d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![](https://github.com/HotBitmapGG/OhMyBiliBili/blob/OhMyBiliBili/art/bg.png?raw=true)
![](https://github.com/HotBitmapGG/OhMyBiliBili/blob/OhMyBiliBili/art/bg.jpg?raw=true)

## OhMyBiliBili

[![Wercker](https://img.shields.io/badge/Android%20Client-OhMyBiliBili-brightgreen.svg)]() [![Wercker](https://img.shields.io/badge/Gradle-2.1.3-brightgreen.svg)]() [![Wercker](https://img.shields.io/badge/version-V2.1.5-brightgreen.svg)](https://github.com/HotBitmapGG/OhMyBiliBili) [![TeamCity CodeBetter](https://img.shields.io/teamcity/codebetter/bt428.svg?maxAge=2592000)]() [![Crates.io](https://img.shields.io/crates/l/rustc-serialize.svg?maxAge=2592000)]()

## 介绍
## 简介

### 使用到的开源库

Expand Down Expand Up @@ -55,10 +55,22 @@
由于该项目是业余时间开发,更新比较慢还请见谅,有任何意见,bug,问题可以提issuse,我会第一时间关注并解决。


## 声明

如果该项目有侵犯版权问题,或被告知需停止共享与使用,本人会及时删除此页面与整个项目。


## 更新日志

>由于每个版本更新的东西较多,所以从现在开始每个版本都会贴上更新日志.
### V2.1.6

* 1.增加了夜间模式切换
* 2.界面细节调整
* 3.增加主题切换,因时间关系,坑还未填完


### V2.1.5

* 1.增加全区排行榜界面
Expand All @@ -78,6 +90,11 @@
* 3.增加直播送礼物特效动画


## Download Apk

![](https://github.com/HotBitmapGG/OhMyBiliBili/blob/OhMyBiliBili/art/index.png?raw=true)


## 截图

<a href="art/01.png"><img src="art/01.png" width="40%"/></a> <a href="art/02.png"><img src="art/02.png" width="40%"/></a>
Expand All @@ -100,7 +117,7 @@

<a href="art/19.png"><img src="art/19.png" width="40%"/></a> <a href="art/20.png"><img src="art/20.png" width="40%"/></a>

<a href="art/21.png"><img src="art/21.png" width="40%"/></a>
<a href="art/21.png"><img src="art/21.png" width="40%"/></a><a href="art/23.png"><img src="art/23.png" width="40%"/></a>

![](https://github.com/HotBitmapGG/OhMyBiliBili/blob/OhMyBiliBili/art/22.png?raw=true)

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 "com.hotbitmapgg.ohmybilibili"
minSdkVersion 19
targetSdkVersion 23
versionCode 7
versionName "2.1.5"
versionCode 8
versionName "2.1.6"

}
buildTypes {
Expand Down
Binary file added art/23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed art/bg.png
Binary file not shown.
Binary file removed art/icon.png
Binary file not shown.
Binary file added art/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed art/qrcode.png
Binary file not shown.

0 comments on commit 702770d

Please sign in to comment.