Skip to content

Commit

Permalink
bumped version 3.15.04
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriykulikov committed Dec 9, 2023
1 parent 2d38b2f commit 533072e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ val acraEmail =
android {
compileSdk = 33
defaultConfig {
versionCode = 31503
versionName = "3.15.03"
versionCode = 31504
versionName = "3.15.04"
applicationId = "com.better.alarm"
minSdk = 16
targetSdk = 33
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class PlayerWrapper(
.setContentType(CONTENT_TYPE_SONIFICATION)
.build())
}

@SuppressWarnings("deprecation")
private fun MediaPlayer.setAudioUsageLegacy() {
setAudioStreamType(AudioManager.STREAM_ALARM)
Expand Down

0 comments on commit 533072e

Please sign in to comment.