Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AndroidProgressHud
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
AndroidProgressHud
Commits
9f956ef8
Commit
9f956ef8
authored
Mar 24, 2016
by
zihan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change buld files
parent
c33a7a2c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
build.gradle
app/build.gradle
+1
-0
build.gradle
build.gradle
+1
-4
build.gradle
progresshud/build.gradle
+2
-0
No files found.
app/build.gradle
View file @
9f956ef8
apply
plugin:
'com.android.application'
android
{
compileSdkVersion
23
buildToolsVersion
"23.0.1"
...
...
build.gradle
View file @
9f956ef8
...
...
@@ -6,10 +6,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:1.5.0'
//classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath
'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}
...
...
progresshud/build.gradle
View file @
9f956ef8
apply
plugin:
'com.android.library'
apply
plugin:
'com.github.dcendents.android-maven'
group
=
'com.github.zihan'
android
{
compileSdkVersion
rootProject
.
ext
.
compileSdkVersion
...
...
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