Skip to content

Commit 4c1c34a

Browse files
chore: Release v20.0.1 [skip ci]
## [20.0.1](v20.0.0...v20.0.1) (2024-10-13) ### Bug Fixes * Check for class type exactly instead of with contains ([#310](#310)) ([69f2f20](69f2f20)) * Make it work on Android by not using APIs from JVM unavailable to Android. ([2be6e97](2be6e97)) * Use non-nullable type for options ([ea6fc70](ea6fc70)) ### Performance Improvements * Free memory earlier and remove negligible lookup maps ([d53aacd](d53aacd))
1 parent b2aecb7 commit 4c1c34a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [20.0.1](https://github.com/ReVanced/revanced-patcher/compare/v20.0.0...v20.0.1) (2024-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Check for class type exactly instead of with contains ([#310](https://github.com/ReVanced/revanced-patcher/issues/310)) ([69f2f20](https://github.com/ReVanced/revanced-patcher/commit/69f2f20fd99162f91cd9c531dfe47d00d3152ead))
7+
* Make it work on Android by not using APIs from JVM unavailable to Android. ([2be6e97](https://github.com/ReVanced/revanced-patcher/commit/2be6e97817437f40e17893dfff3bea2cd4c3ff9e))
8+
* Use non-nullable type for options ([ea6fc70](https://github.com/ReVanced/revanced-patcher/commit/ea6fc70caab055251ad4d0d3f1b5cf53865abb85))
9+
10+
11+
### Performance Improvements
12+
13+
* Free memory earlier and remove negligible lookup maps ([d53aacd](https://github.com/ReVanced/revanced-patcher/commit/d53aacdad4ed3750ddae526fb307577ea36e6171))
14+
115
## [20.0.1-dev.5](https://github.com/ReVanced/revanced-patcher/compare/v20.0.1-dev.4...v20.0.1-dev.5) (2024-10-11)
216

317

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
3-
version = 20.0.1-dev.5
3+
version = 20.0.1

0 commit comments

Comments
 (0)