0.2.42 - DTS surround sound support

This commit is contained in:
ponzischeme89
2026-08-10 12:23:23 +12:00
parent 32c0054c44
commit f41db66ac6
29 changed files with 1363 additions and 128 deletions
+7 -5
View File
@@ -1,10 +1,12 @@
// Top-level build file. Plugin versions are declared here and applied per-module.
plugins {
id("com.android.application") version "8.13.2" apply false
id("com.android.test") version "8.13.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21" apply false
id("com.android.application") version "9.3.1" apply false
id("com.android.test") version "9.3.1" apply false
id("org.jetbrains.kotlin.android") version "2.2.10" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false
// A Kotlin compiler plugin, so its version tracks the compiler's, not its own release
// cadence — left behind at 2.0.21 by the 2.2.10 upgrade.
id("org.jetbrains.kotlin.plugin.serialization") version "2.2.10" apply false
// Generates app/src/release/generated/baselineProfiles from the :benchmark journeys.
// Keep this version in step with the androidx.benchmark artifacts in benchmark/.
id("androidx.baselineprofile") version "1.3.4" apply false