diff --git a/README.md b/README.md index 37894e5..db80a25 100644 --- a/README.md +++ b/README.md @@ -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) @@ -20,7 +21,7 @@ - 夜间模式 - 无图模式 -#### 为什么是「壁上观」 +#### 为什么是「壁上观」? 「壁上观」的名字取自成语「作壁上观」,意为: > 壁:壁垒,古时军营四周的围墙。观:旁观。原指双方交战,自己站在壁垒上旁观。比喻置身事外,在旁不协助任何一方。含贬义,动宾式,作谓语。 diff --git a/app/build.gradle b/app/build.gradle index 4fa7b2e..ed0ddc9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -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'