Skip to content

Commit

Permalink
fix: Versions in Utils.kt (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Dec 23, 2024
1 parent 3493481 commit f0ef0fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/java/is/xyz/mpv/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ object Utils {

// Run buildscripts/scripts/write_versions.sh "<arch>" to update these
val VERSIONS = Versions(
mpv = "",
buildDate = "",
libPlacebo = "",
ffmpeg = "n7.1",
mpv = "%MPV_VERSION%",
buildDate = "%DATE%",
libPlacebo = "%LIBPLACEBO_VERSION%",
ffmpeg = "%FFMPEG_VERSION%",
)
}

0 comments on commit f0ef0fe

Please sign in to comment.