Skip to content

Commit

Permalink
build: bump versionCode to 27 and versionName to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Aug 12, 2024
1 parent 7a05f59 commit 482cfff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.gradle.api.JavaVersion

object Versions {
const val appCode = 26
const val appName = "0.15.0"
const val appCode = 27
const val appName = "0.15.1"

const val compileSdk = 35
const val buildTools = "35.0.0"
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Fixes:
- Some language codes were incorrectly mapped for mpv
- Add error handling to trickplay images
- Fix multiple crashes related to mpv
- Fix crashes when navigating fragments

Plus a few translation updates

0 comments on commit 482cfff

Please sign in to comment.