Skip to content

Commit

Permalink
Bump to v1.1.3 and add fastlane changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed Jan 25, 2025
1 parent 8faab8d commit d66e169
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: ViTune version
placeholder: |
Example: "v1.1.2"
Example: "v1.1.3"
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 @@ -21,7 +21,7 @@ android {
minSdk = 21
targetSdk = 35

versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 13
versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 14
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 @@ -19,7 +19,7 @@ val clean by tasks.registering(Delete::class) {

allprojects {
group = "app.vitune"
version = "1.1.2"
version = "1.1.3"

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

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* UI improvements
* Added 'auto open player' setting to Settings --> Appearance --> Player
* Added 'clear cache' button to Settings --> Cache
* Added list view to playlists tab
* Accounted for YouTube Music's server changes, the player should work correctly again
* Added repeat button to now playing notification
* Added Hindi translations

0 comments on commit d66e169

Please sign in to comment.