This commit is contained in:
ponzischeme89
2026-08-22 06:29:31 +12:00
parent 8b3d80a0a6
commit ac4cf32746
38 changed files with 1723 additions and 649 deletions
+3 -1
View File
@@ -64,7 +64,7 @@ val projectNoticeText =
// A release workflow can derive the app version from its Git tag without editing the
// source tree. Local builds keep using the checked-in default.
val defaultVersionName = "0.2.97"
val defaultVersionName = "0.2.98"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()
@@ -275,6 +275,8 @@ dependencies {
// Compose for TV
implementation("androidx.tv:tv-material:1.1.0")
// Android TV's system-owned Watch Next row and optional app-owned home channels.
implementation("androidx.tvprovider:tvprovider:1.1.0")
// Image loading
implementation("io.coil-kt:coil-compose:2.7.0")