Merge pull request #1845 from TomHennen/update_trianglelabelview
Fix problem with TriangleLabelView by updating to latest version.
This commit is contained in:
commit
5f798852b7
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue