Releases: aliahadmd/SoundVault
Releases · aliahadmd/SoundVault
Release list
SoundVault 0.0.3
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
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
What’s new
- Initial public release build.
Checks
- Signed with the release keystore stored in repo under keystore/release.jks.