Skip to content

Commit

Permalink
Update removal version for deprecated Sounds ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
liviu-timar committed Sep 18, 2024
1 parent 5ebb707 commit c4ca820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data class Sounds
replaceWith = ReplaceWith("Sounds(soundConfig: SoundConfig)"),
level = DeprecationLevel.WARNING,
)
@ApiStatus.ScheduledForRemoval(inVersion = "1.0.16")
@ApiStatus.ScheduledForRemoval(inVersion = "1.0.18")
constructor(
@RawRes val incomingCallSound: Int? = R.raw.call_incoming_sound,
@RawRes val outgoingCallSound: Int? = R.raw.call_outgoing_sound,
Expand Down

0 comments on commit c4ca820

Please sign in to comment.