Use new notification sound in release.

This commit is contained in:
Benoit Marty 2025-11-17 16:25:17 +01:00
parent ac0e39cbef
commit aab46b3ed6
3 changed files with 0 additions and 6 deletions

View file

@ -22,12 +22,6 @@ android {
isIncludeAndroidResources = true
}
}
buildTypes {
register("nightly") {
matchingFallbacks += listOf("release")
}
}
}
setupDependencyInjection()