This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mcxiaoke
committed
Dec 1, 2014
1 parent
9c4a147
commit 53e2ea5
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,23 +5,23 @@ | |
##下载地址 | ||
|
||
[蒲公英下载](http://www.pgyer.com/minicat) | ||
[直接下载](release/minicat-1.2.11.apk) | ||
[直接下载](release/minicat-1.3.0.apk) | ||
|
||
##特别说明 | ||
|
||
饭否支持帐号: [蘑菇饭App](http://fanfou.com/androidsupport) | ||
Google Play 地址已失效,又莫名其妙的被Google下架,不再有后续版本更新,将不再上架 | ||
|
||
##最新版本 | ||
1.2.11 (2014.08.12) | ||
1.0.0 (2014.12.01) | ||
|
||
##使用说明 | ||
|
||
###使用Gradle+Android Studio | ||
目前只支持使用Gradle构建,直接项目目录运行./gradlew clean build即可, | ||
(Windows用户使用 gradlew.bat clean build) | ||
也可以直接使用Android Studio打开项目根目录的build.gradle | ||
(需要Gradle 1.11以上,Android Studio 0.8.0以上) | ||
(需要Gradle 2.0以上,Android Studio 0.9以上) | ||
|
||
###签名注意事项 | ||
|
||
|
@@ -76,7 +76,7 @@ project.ext.ANDROID_KEY_PASSWORD = 'your_key_password' | |
##License | ||
|
||
``` | ||
Copyright 2013 mcxiaoke [email protected] | ||
Copyright 2012-2014 mcxiaoke [email protected] | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|