Skip to content

Commit

Permalink
build: bump versionCode to 26 and versionName to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Aug 4, 2024
1 parent 7b2615d commit 03ae0c0
Show file tree
Hide file tree
Showing 2 changed files with 14 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 = 25
const val appName = "0.14.2"
const val appCode = 26
const val appName = "0.15.0"

const val compileSdk = 35
const val buildTools = "35.0.0"
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
New features:
- Login disclaimer support
- Native 10.9 trickplay
- New intro skipper implementation
- Display trickplay during seek gesture

Improvements:
- Jellyfin 10.9 support

Various other improvements, fixes and translations.

This version requires Jellyfin 10.9.0 or newer.

0 comments on commit 03ae0c0

Please sign in to comment.