Skip to content

Commit 0e4e111

Browse files
chore: Release v22.0.0-dev.1 [skip ci]
# [22.0.0-dev.1](v21.1.0-dev.5...v22.0.0-dev.1) (2026-02-07) * feat!: Replace fingerprint with matching and add Kotlin DSL to patcher API ([#385](#385)) ([c638090](c638090)) ### BREAKING CHANGES * Some APIs have been changed or removed, but most are deprecated and have backwards compatibility.
1 parent c638090 commit 0e4e111

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [22.0.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v21.1.0-dev.5...v22.0.0-dev.1) (2026-02-07)
2+
3+
4+
* feat!: Replace fingerprint with matching and add Kotlin DSL to patcher API ([#385](https://github.com/ReVanced/revanced-patcher/issues/385)) ([c638090](https://github.com/ReVanced/revanced-patcher/commit/c6380902539bb1abb5e529c184d78659777ff36f))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Some APIs have been changed or removed, but most are deprecated and have backwards compatibility.
10+
111
# [21.1.0](https://github.com/ReVanced/revanced-patcher/compare/v21.0.0...v21.1.0) (2025-10-16)
212

313

gradle.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
version = 21.1.0-dev.5
1+
version = 22.0.0-dev.1
22
#Kotlin
3-
kotlin.code.style=official
4-
kotlin.daemon.jvmargs=-Xmx3072M
3+
kotlin.code.style = official
4+
kotlin.daemon.jvmargs = -Xmx3072M
55
#Gradle
6-
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
7-
org.gradle.caching=true
8-
org.gradle.configuration-cache=true
6+
org.gradle.jvmargs = -Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options="-Xmx2048M"
7+
org.gradle.caching = true
8+
org.gradle.configuration-cache = true
99
#Android
10-
android.nonTransitiveRClass=true
11-
android.useAndroidX=true
10+
android.nonTransitiveRClass = true
11+
android.useAndroidX = true

0 commit comments

Comments
 (0)