Skip to content

Commit

Permalink
Bump to v1.1.2 and add fastlane changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed Jan 9, 2025
1 parent 70d6ca1 commit e045d08
Show file tree
Hide file tree
Showing 4 changed files with 8 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.1"
Example: "v1.1.2"
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 @@ -20,7 +20,7 @@ android {
minSdk = 21
targetSdk = 35

versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 12
versionCode = System.getenv("ANDROID_VERSION_CODE")?.toIntOrNull() ?: 13
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.1"
version = "1.1.2"

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

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Added new translations
* Made ViTune more recognizable as a music application to other apps
* Subtle UI improvements
* Minor bugfixes
* Removed limit of 100 songs in online albums

0 comments on commit e045d08

Please sign in to comment.