Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
唐文
/
AiyoZhuaWaWa
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
96c252c6
authored
Nov 28, 2017
by
chengfengpiaopiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jenkins sdk版本25
parent
48126f56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
app/build.gradle
build.gradle
app/build.gradle
View file @
96c252c6
...
...
@@ -20,12 +20,12 @@ def getDate() {
android
{
compileSdkVersion
23
buildToolsVersion
"23.0.3"
compileSdkVersion
rootProject
.
ext
.
compileSdkVersion
buildToolsVersion
rootProject
.
ext
.
compileSdkVersion
defaultConfig
{
applicationId
"com.maile.jingcai"
minSdkVersion
16
targetSdkVersion
23
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
1
versionName
APP_VERSION
manifestPlaceholders
=
[
UMENG_CHANNEL_VALUE:
"base"
]
//默认名称
...
...
build.gradle
View file @
96c252c6
...
...
@@ -23,7 +23,12 @@ task clean(type: Delete) {
}
ext
{
//dependencies 项目以来
//版本
buildToolsVersion
"25.0.1"
//23.0.3
compileSdkVersion
"25"
targetSdkVersion
"25"
//项目依赖
ButterKnife
=
"6.1.0"
Retrofit
=
"2.0.2"
loggingInterceptor
=
"3.2.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment