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
ff4670cd
authored
Nov 26, 2017
by
chengfengpiaopiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编译版本改为25
parent
842e760d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
app/build.gradle
multi-image-selector/build.gradle
app/build.gradle
View file @
ff4670cd
...
...
@@ -13,12 +13,12 @@ if (customPropsFile.canRead()) {
println
(
"suffixName: "
+
suffixName
[
networkType
])
android
{
compileSdkVersion
2
3
buildToolsVersion
"2
3.0.3
"
compileSdkVersion
2
5
buildToolsVersion
"2
5.0.1
"
defaultConfig
{
applicationId
"com.maile.jingcai"
minSdkVersion
16
targetSdkVersion
2
3
targetSdkVersion
2
5
versionCode
1
versionName
"1.0"
manifestPlaceholders
=
[
UMENG_CHANNEL_VALUE:
"base"
]
//默认名称
...
...
multi-image-selector/build.gradle
View file @
ff4670cd
apply
plugin:
'com.android.library'
android
{
compileSdkVersion
2
3
buildToolsVersion
"2
3.0.3
"
compileSdkVersion
2
5
buildToolsVersion
"2
5.0.1
"
defaultConfig
{
minSdkVersion
16
targetSdkVersion
2
3
targetSdkVersion
2
5
versionCode
1
versionName
"1.0"
}
...
...
@@ -31,6 +31,6 @@ android {
dependencies
{
compile
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
compile
'com.android.support:appcompat-v7:2
3
.0.0'
compile
'com.android.support:appcompat-v7:2
5
.0.0'
compile
'com.squareup.picasso:picasso:2.4.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