Fix problem with TriangleLabelView by updating to latest version.

This commit is contained in:
Tom Hennen 2016-04-02 09:43:27 -04:00
parent c50f663222
commit 901eb3f12b
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ dependencies {
exclude module: "support-v4"
}
compile 'com.github.shts:TriangleLabelView:1.0.0'
compile "com.github.shts:TriangleLabelView:$triangleLabelViewVersion"
compile "com.github.AntennaPod:AntennaPod-AudioPlayer:$audioPlayerVersion"
}

View File

@ -58,6 +58,7 @@ project.ext {
rxAndroidVersion = "1.1.0"
rxJavaVersion = "1.1.0"
rxJavaRulesVersion = "1.1.0.0"
triangleLabelViewVersion = "1.1.0"
audioPlayerVersion = "v1.0.16"
}