Skip to content

Commit 525eb9a

Browse files
domdomeggneslihanturan
authored andcommitted
Remove unused readmoretextview dependency (commons-app#2160)
1 parent 790bb3c commit 525eb9a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dependencies {
3333
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
3434
implementation 'com.github.pedrovgs:renderers:3.3.3'
3535

36-
implementation 'com.borjabravo:readmoretextview:2.1.0'
3736
implementation 'com.mapzen.android:lost:3.0.4'
3837
implementation('com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.0@aar') {
3938
transitive = true

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</style>
6565

6666
<style name="LightFlatNearbyPermissionButton" parent="LightAppTheme">
67-
<item name="colorControlHighlight">@color/colorPrimary</item>
67+
<item name="colorControlHighlight">@color/primaryColor</item>
6868
</style>
6969

7070
<style name="ProgressBar" parent="Widget.AppCompat.ProgressBar.Horizontal" />

0 commit comments

Comments
 (0)