core gets highest priority (which means it needs to come first)
This commit is contained in:
parent
03cd9d41d1
commit
92362d216a
@ -9,6 +9,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
compile project(":core")
|
||||||
compile "com.android.support:support-v4:$supportVersion"
|
compile "com.android.support:support-v4:$supportVersion"
|
||||||
compile "com.android.support:appcompat-v7:$supportVersion"
|
compile "com.android.support:appcompat-v7:$supportVersion"
|
||||||
compile "com.android.support:design:$supportVersion"
|
compile "com.android.support:design:$supportVersion"
|
||||||
@ -43,8 +44,6 @@ dependencies {
|
|||||||
compile 'com.github.shts:TriangleLabelView:1.0.0'
|
compile 'com.github.shts:TriangleLabelView:1.0.0'
|
||||||
|
|
||||||
compile "com.github.AntennaPod:AntennaPod-AudioPlayer:$audioPlayerVersion"
|
compile "com.github.AntennaPod:AntennaPod-AudioPlayer:$audioPlayerVersion"
|
||||||
|
|
||||||
compile project(":core")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def getMyVersionName() {
|
def getMyVersionName() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user