diff --git a/buildSrc/src/main/kotlin/ProjectConfig.kt b/buildSrc/src/main/kotlin/ProjectConfig.kt index 0c5a8b5b1..033ec3f95 100644 --- a/buildSrc/src/main/kotlin/ProjectConfig.kt +++ b/buildSrc/src/main/kotlin/ProjectConfig.kt @@ -55,6 +55,6 @@ const val NEWPIPE_APPLICATION_ID_NEW = "net.newpipe.app" // vc=19 / 0.1.0-AE — rust pipeline cutover. Extraction via // strawcore-core (Sulkta-Coop/strawcore) via the UniFFI wrapper; no // NewPipeExtractor in the runtime path. -const val STRAW_VERSION_CODE = 42 -const val STRAW_VERSION_NAME = "0.1.0-BB" +const val STRAW_VERSION_CODE = 43 +const val STRAW_VERSION_NAME = "0.1.0-BC" const val STRAW_APPLICATION_ID = "com.sulkta.straw" diff --git a/strawApp/src/main/AndroidManifest.xml b/strawApp/src/main/AndroidManifest.xml index dff4e3cc1..e751d37f5 100644 --- a/strawApp/src/main/AndroidManifest.xml +++ b/strawApp/src/main/AndroidManifest.xml @@ -38,9 +38,11 @@ + with ALLOWED_YT_HOSTS in util/YtUrl.kt (canonical home as + of vc=42 — was previously inlined in StrawActivity.kt + under YT_HOSTS; drift was caught in the vc=34 function + audit, music.youtube.com etc. were accepted by code but + never offered by the launcher disambig). -->