Skip to content

Releases: aliahadmd/SoundVault

SoundVault 0.0.3

Choose a tag to compare

@aliahadmd aliahadmd released this 16 May 10:15

What's new

  • Renamed the app brand to SoundVault across the launcher label, in-app title, README, Gradle project name, and release scripts.
  • Bumped Android release version to 0.0.3 / versionCode 3.

Checks

  • Built signed release APK with the SoundVault release signing variables.
  • Verified APK Signature Scheme v2 signing.
  • Verified package metadata: label SoundVault, package me.aliahad.audioplayer, versionCode 3, versionName 0.0.3.
  • Ran ./gradlew testDebugUnitTest.

Audio Player 0.0.2

Choose a tag to compare

@aliahadmd aliahadmd released this 16 May 09:52

What's new

  • Adds expand/collapse support for the bookmarks section.
  • Adds custom light/night theme support with persisted toggle state.
  • Updates Gradle/Kotlin configuration and release signing/publishing setup.

Checks

  • Built release APK with the local release keystore.
  • Verified APK Signature Scheme v2 signing and package metadata: versionCode 2, versionName 0.0.2.

Audio Player 0.0.1

Choose a tag to compare

@aliahadmd aliahadmd released this 01 Nov 15:23

What’s new

  • Initial public release build.

Checks

  • Signed with the release keystore stored in repo under keystore/release.jks.