0.2.98
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user