Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 794 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 794 Bytes

What is this?

This is a fork of the KotlinAudio repo meant specifically for Paced Breathing as it removes all audio focus support to allow playing alongside other media.

See the 'AUDIO FOCUS NOTE' comment in SoundController in the Paced Breathing repo.

How to modify

  1. sync with parent repo
  2. make your changes
  3. run ./gradlew build to ensure it builds
  4. commit and tag and push to git
  5. go to jitpack: https://jitpack.io/#mihaibulic2/KotlinAudio/v2.0.0-PB-release
  6. click 'Get It' for the new tag
  7. wait for spinner to stop (2-10 min)
  8. go to Paced Breathing's app/build.gradle and update the dep with the new tag

NOTE: use textX for tags when testing changes. When ready to release use a tag name that matches the parent repo's version along with out suffix (-PB-release)