vc=71: embed strawcore-core cleanup + DoS fixes

Picks up two strawcore-core commits with no wrapper-side code change:
  * 7d2e4c5 — drop unused Phase-1 scaffolding (page, metainfo, service)
  * bfd06d1 — cap attribution_link recursion + Downloader body size

Both are surfaced in the .so embedded in this APK; vc bump is the
mechanism to get them to fdroid clients already on vc=70.
This commit is contained in:
Kayos 2026-05-26 22:04:50 -07:00
parent d73a4b53aa
commit 5a757bea23

View file

@ -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 = 70
const val STRAW_VERSION_NAME = "0.1.0-CD"
const val STRAW_VERSION_CODE = 71
const val STRAW_VERSION_NAME = "0.1.0-CE"
const val STRAW_APPLICATION_ID = "com.sulkta.straw"