This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project: Update support library Signed-off-by: Fung <[email protected]>
- Loading branch information
Showing
17 changed files
with
539 additions
and
48 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 |
---|---|---|
|
@@ -11,9 +11,9 @@ A Material Design Shipment Tracker Android App. | |
|
||
### 开发环境需求 | ||
|
||
- Android SDK Platform 24 | ||
- Android Support Library 24.0.0 | ||
- Gradle + Android Studio 2.2 Preview1 | ||
- Android SDK Platform 26 | ||
- Android Support Library 26.0.0 | ||
- Gradle + Android Studio 2.3 / IntelliJ IDEA 2017.1 | ||
- Windows / Linux / Mac | ||
|
||
### 应用安装需求 | ||
|
@@ -28,16 +28,16 @@ Fung Go (fython) Email: [email protected] | |
|
||
联系 QQ: 2850029060 | ||
|
||
捐赠支持(支付宝): 316643843@qq.com | ||
捐赠支持(支付宝): fythonx@gmail.com | ||
|
||
博客地址: http://blog.feng.moe | ||
博客地址: https://feng.moe | ||
|
||
### License | ||
|
||
``` | ||
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 | ||
Copyright (C) 2016 Fung Go | ||
Copyright (C) 2016-2017 Fung Go | ||
This program comes with ABSOLUTELY NO WARRANTY. | ||
This is free software, and you are welcome to redistribute it under certain conditions. |
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
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 |
---|---|---|
@@ -1,21 +1,6 @@ | ||
## Project-wide Gradle settings. | ||
# | ||
# For more details on how to configure your build environment visit | ||
# http://www.gradle.org/docs/current/userguide/build_environment.html | ||
# | ||
# Specifies the JVM arguments used for the daemon process. | ||
# The setting is particularly useful for tweaking memory settings. | ||
# Default value: -Xmx1024m -XX:MaxPermSize=256m | ||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | ||
# | ||
# When configured, Gradle will run in incubating parallel mode. | ||
# This option should only be used with decoupled projects. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
#Wed Dec 28 20:18:09 CST 2016 | ||
org.gradle.jvmargs=-Xmx1536m | ||
BUILD_TOOLS_VERSION=25.0.2 | ||
VERSION_NAME=2.5.1 | ||
TARGET_SDK_VERSION=25 | ||
VERSION_CODE=34 | ||
BUILD_TOOLS_VERSION=26.0.0 | ||
VERSION_NAME=2.6.0 | ||
TARGET_SDK_VERSION=26 | ||
VERSION_CODE=35 | ||
MIN_SDK_VERSION=19 |
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
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
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
Oops, something went wrong.