Skip to content

Commit

Permalink
Merge pull request #4245 from TeamAmaze/fix-ci
Browse files Browse the repository at this point in the history
fix build fails
  • Loading branch information
VishalNehra authored Oct 8, 2024
2 parents 8fdda5d + 5e832d9 commit 5cb924a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,8 @@ private FabWithLabelView initFabTitle(
SpeedDialActionItem.Builder builder =
new SpeedDialActionItem.Builder(id, icon)
.setLabel(fabTitle)
.setFabBackgroundColor(iconSkin);
.setFabBackgroundColor(iconSkin)
.setFabImageTintColor(Color.WHITE);

switch (getAppTheme()) {
case LIGHT:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ subprojects {
}
}
dependencies {
compileOnly 'com.github.pengrad:jdk9-deps:1.0'
// compileOnly 'com.github.pengrad:jdk9-deps:1.0'

if (project.hasProperty('kapt')) {
kapt 'javax.xml.bind:jaxb-api:2.3.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ glide = "4.14.2"
sshj = "0.35.0"
jcifs = "2.1.9"
eventbus = "3.3.1"
fabSpeedDial = "3.1.1"
fabSpeedDial = "3.3.0"
room = "2.5.2"
bouncyCastle = "1.76"
awaitility = "3.1.6"
Expand Down

0 comments on commit 5cb924a

Please sign in to comment.