mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-22 02:13:58 +00:00
## [5.0.1](https://github.com/ReVanced/revanced-patches/compare/v5.0.0...v5.0.1) (2024-11-11) ### Bug Fixes * **Sync:** Fix patches by not throwing unnecessarily ([3059aca](3059aca69d)) * **Tiktok - Settings:** Fix the patch by depending on the correct settings patch ([2094a23](2094a23ccc)) * **Twitter:** Fix patches by depending on patch that merges required extension ([3e1b5cb](3e1b5cbaf5)) * **Twitter:** Fix patches by matching fingerprint using correct class ([3793b21](3793b2103c)) * **YouTube - Playback speed:** Remember playback speed when using non 1.0x default speed ([d881d8b](d881d8bc44)), closes [#3810](https://github.com/ReVanced/revanced-patches/issues/3810) ### Performance Improvements * Check for extension without a class proxy ([53b6b1f](53b6b1ff41))
7 lines
165 B
INI
7 lines
165 B
INI
org.gradle.caching = true
|
|
org.gradle.jvmargs = -Xms512M -Xmx2048M
|
|
org.gradle.parallel = true
|
|
android.useAndroidX = true
|
|
kotlin.code.style = official
|
|
version = 5.0.1
|