Skip to content

Commit

Permalink
Bump to v0.6.6 and add fastlane changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed Mar 1, 2024
1 parent b0edf76 commit 4b8ddab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ body:
attributes:
label: ViMusic version
placeholder: |
Example: "v0.6.5"
Example: "v0.6.6"
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk = 21
targetSdk = 34

versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 33
versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 34
versionName = project.version.toString()

multiDexEnabled = true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subprojects {

allprojects {
group = "it.vfsfitvnm.vimusic"
version = "0.6.5"
version = "0.6.6"

apply(plugin = "io.gitlab.arturbosch.detekt")

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/34.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Fixed font settings
* Added Material You
* Fixed screens not loading on unsupported languages
* Added sensible defaults to max dynamic thumbnail size
* Improved performance
* Fixed rendering lag
* Fixed theming inconsistencies

0 comments on commit 4b8ddab

Please sign in to comment.