Skip to content

Commit

Permalink
modify gradle..
Browse files Browse the repository at this point in the history
  • Loading branch information
DearZack committed May 5, 2017
1 parent 4b3b5fb commit 038f1f4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ android {
}
}

allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
}

dependencies {
Expand All @@ -32,8 +27,5 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:25.0.0'
testCompile 'junit:junit:4.12'
// compile project(':loading')
compile 'com.github.DearZack:LoadingWave:-SNAPSHOT' , {
exclude group: 'com.android.support'
}
compile project(':loading')
}

0 comments on commit 038f1f4

Please sign in to comment.