mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-10 21:36:16 +00:00
# [20.0.0](https://github.com/ReVanced/revanced-patcher/compare/v19.3.1...v20.0.0) (2024-08-06) ### Bug Fixes * Downgrade smali to fix dex compilation issue ([5227e98](5227e98abf)) * Improve exception message wording ([5481d0c](5481d0c54c)) * Make constructor internal as supposed ([7f44174](7f44174d91)) * Merge all extensions before initializing lookup maps ([8c4dd5b](8c4dd5b3a3)) * Use null for compatible package version when adding packages only ([736b3ee](736b3eebbf)) ### Features * Add ability to create options outside of a patch ([d310246](d310246852)) * Convert APIs to Kotlin DSL ([#298](https://github.com/ReVanced/revanced-patcher/issues/298)) ([11a911d](11a911dc67)) ### BREAKING CHANGES * Various old APIs are removed, and DSL APIs are added instead.
4 lines
70 B
INI
4 lines
70 B
INI
org.gradle.parallel = true
|
|
org.gradle.caching = true
|
|
version = 20.0.0
|