Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Jul 7, 2023
1 parent 6adfa06 commit aa8782a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@ android {
applicationId = "com.zionhuang.music"
minSdk = 24
targetSdk = 33
versionCode = 15
versionName = "0.4.4"
versionCode = 16
versionName = "0.5.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
arguments += mapOf("room.schemaLocation" to "$projectDir/schemas")
}
}
}
buildTypes {
release {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- New app icon
- Rewrite UI using Jetpack Compose
- Better UI/UX
- Dynamic theme
- Redesigned home screen
- Improved download experience
- New lyrics source: YouTube subtitle
- Show replay button when playing ended

0 comments on commit aa8782a

Please sign in to comment.