Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VolleyEx
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
zihan
VolleyEx
Commits
8d3e5589
Commit
8d3e5589
authored
Mar 24, 2016
by
ssngah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update build file
parent
f51a13e1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
27 deletions
+3
-27
.gitignore
.gitignore
+1
-0
workspace.xml
.idea/workspace.xml
+0
-0
build.gradle
app/build.gradle
+1
-17
build.gradle
build.gradle
+1
-10
No files found.
.gitignore
View file @
8d3e5589
...
@@ -17,6 +17,7 @@ out/
...
@@ -17,6 +17,7 @@ out/
# Gradle files
# Gradle files
.gradle/
.gradle/
build/
build/
.idea/
# Local configuration file (sdk path, etc)
# Local configuration file (sdk path, etc)
local.properties
local.properties
...
...
.idea/workspace.xml
View file @
8d3e5589
This diff is collapsed.
Click to expand it.
app/build.gradle
View file @
8d3e5589
apply
plugin:
'com.android.application'
apply
plugin:
'com.android.application'
//you may want to use android annotation
//apply plugin: 'com.neenbedankt.android-apt'
//
// ext.androidAnnotationsVersion = '3.3.1';
//
//configurations {
// apt
//
//}
//apt {
// arguments {
// resourcePackageName 'com.huxi.huxilibraries'
// androidManifestFile variant.outputs[0].processResources.manifestFile
// }
//}
android
{
android
{
compileSdkVersion
23
compileSdkVersion
23
...
@@ -49,4 +32,5 @@ dependencies {
...
@@ -49,4 +32,5 @@ dependencies {
compile
'com.android.support:appcompat-v7:23.2.0'
compile
'com.android.support:appcompat-v7:23.2.0'
}
}
build.gradle
View file @
8d3e5589
...
@@ -16,6 +16,7 @@ buildscript {
...
@@ -16,6 +16,7 @@ buildscript {
allprojects
{
allprojects
{
repositories
{
repositories
{
jcenter
()
jcenter
()
}
}
}
}
...
@@ -23,15 +24,5 @@ task clean(type: Delete) {
...
@@ -23,15 +24,5 @@ task clean(type: Delete) {
delete
rootProject
.
buildDir
delete
rootProject
.
buildDir
}
}
ext
{
compileSdkVersion
=
23
buildToolsVersion
=
"23.0.1"
minSdkVersion
=
14
targetSdkVersion
=
23
}
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