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
288547c4
Commit
288547c4
authored
Mar 24, 2016
by
zihan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
change buld files See merge request
!2
parents
279b42ce
9f956ef8
Hide 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 @
288547c4
apply
plugin:
'com.android.application'
apply
plugin:
'com.android.application'
android
{
android
{
compileSdkVersion
23
compileSdkVersion
23
buildToolsVersion
"23.0.1"
buildToolsVersion
"23.0.1"
...
...
build.gradle
View file @
288547c4
...
@@ -6,10 +6,7 @@ buildscript {
...
@@ -6,10 +6,7 @@ buildscript {
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:1.5.0'
classpath
'com.android.tools.build:gradle:1.5.0'
//classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
classpath
'com.github.dcendents:android-maven-gradle-plugin:1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
}
}
...
...
progresshud/build.gradle
View file @
288547c4
apply
plugin:
'com.android.library'
apply
plugin:
'com.android.library'
apply
plugin:
'com.github.dcendents.android-maven'
group
=
'com.github.zihan'
android
{
android
{
compileSdkVersion
rootProject
.
ext
.
compileSdkVersion
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