Skip to content

Commit

Permalink
build: bump versionCode to 29 and versionName to 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Oct 2, 2024
1 parent 6252ec1 commit 6dd799f
Show file tree
Hide file tree
Showing 2 changed files with 5 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 = 28
const val appName = "0.15.2"
const val appCode = 29
const val appName = "0.15.3"

const val compileSdk = 35
const val buildTools = "35.0.0"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Improvements:
- Upgrade mpv to 0.39.0
- Play H.266 (VVC) content with mpv

0 comments on commit 6dd799f

Please sign in to comment.