Skip to content

Commit 8f8ce6b

Browse files
author
Tneciv
committed
ci
1 parent 2f101ca commit 8f8ce6b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
##「壁上观」是一个Material Design知乎日报阅读app
22
[![Build Status](https://travis-ci.org/Tneciv/ZhihuDaily.svg?branch=master)](https://travis-ci.org/Tneciv/ZhihuDaily)
3-
### [Google play](https://play.google.com/store/apps/details?id=com.tneciv.zhihudaily "Google play")
3+
4+
[![Google play](http://i.imgur.com/OCW17zi.png?1)](https://play.google.com/store/apps/details?id=com.tneciv.zhihudaily)
45

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

@@ -20,7 +21,7 @@
2021
- 夜间模式
2122
- 无图模式
2223

23-
#### 为什么是「壁上观」
24+
#### 为什么是「壁上观」
2425

2526
「壁上观」的名字取自成语「作壁上观」,意为:
2627
> 壁:壁垒,古时军营四周的围墙。观:旁观。原指双方交战,自己站在壁垒上旁观。比喻置身事外,在旁不协助任何一方。含贬义,动宾式,作谓语。

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion '24.0.0 rc1'
5+
buildToolsVersion '23.0.2'
66
defaultConfig {
77
applicationId "com.tneciv.zhihudaily"
88
minSdkVersion 16
@@ -41,6 +41,7 @@ dependencies {
4141
compile fileTree(include: ['*.jar'], dir: 'libs')
4242
testCompile 'junit:junit:4.12'
4343
//animation lib start
44+
4445
//animation lib end
4546
compile files('libs/Bughd_android_sdk_v1.3.7.jar')
4647
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta1'

0 commit comments

Comments
 (0)