Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tneciv committed Mar 20, 2016
1 parent 2f101ca commit 8f8ce6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
##「壁上观」是一个Material Design知乎日报阅读app
[![Build Status](https://travis-ci.org/Tneciv/ZhihuDaily.svg?branch=master)](https://travis-ci.org/Tneciv/ZhihuDaily)
### [Google play](https://play.google.com/store/apps/details?id=com.tneciv.zhihudaily "Google play")

[![Google play](http://i.imgur.com/OCW17zi.png?1)](https://play.google.com/store/apps/details?id=com.tneciv.zhihudaily)

### [历史版本:](https://github.com/Tneciv/ZhihuDaily/releases)

Expand All @@ -20,7 +21,7 @@
- 夜间模式
- 无图模式

#### 为什么是「壁上观」
#### 为什么是「壁上观」

「壁上观」的名字取自成语「作壁上观」,意为:
> 壁:壁垒,古时军营四周的围墙。观:旁观。原指双方交战,自己站在壁垒上旁观。比喻置身事外,在旁不协助任何一方。含贬义,动宾式,作谓语。
Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion '24.0.0 rc1'
buildToolsVersion '23.0.2'
defaultConfig {
applicationId "com.tneciv.zhihudaily"
minSdkVersion 16
Expand Down Expand Up @@ -41,6 +41,7 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
//animation lib start

//animation lib end
compile files('libs/Bughd_android_sdk_v1.3.7.jar')
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1'
Expand Down

0 comments on commit 8f8ce6b

Please sign in to comment.