core gets highest priority (which means it needs to come first)

This commit is contained in:
Tom Hennen 2016-03-27 13:45:42 -04:00
parent 03cd9d41d1
commit 92362d216a
1 changed files with 1 additions and 2 deletions

View File

@ -9,6 +9,7 @@ repositories {
}
dependencies {
compile project(":core")
compile "com.android.support:support-v4:$supportVersion"
compile "com.android.support:appcompat-v7:$supportVersion"
compile "com.android.support:design:$supportVersion"
@ -43,8 +44,6 @@ dependencies {
compile 'com.github.shts:TriangleLabelView:1.0.0'
compile "com.github.AntennaPod:AntennaPod-AudioPlayer:$audioPlayerVersion"
compile project(":core")
}
def getMyVersionName() {