Skip to content

Commit 1d980e1

Browse files
chore(release): 3.0.0-dev.1 [skip ci]
# [3.0.0-dev.1](v2.4.0-dev.1...v3.0.0-dev.1) (2024-08-06) ### Bug Fixes * Make functions internal which are supposed to be internal ([893d22d](893d22d)) ### Build System * Refactor to DSL to bump ReVanced Patcher ([7f5d6da](7f5d6da)) ### Features * Remove deprecated functions ([b9bf3bc](b9bf3bc)) ### BREAKING CHANGES * Some functions have been removed. * Some functions are not available anymore. * The signature of some functions has changed.
1 parent b9bf3bc commit 1d980e1

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [3.0.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v2.4.0-dev.1...v3.0.0-dev.1) (2024-08-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Make functions internal which are supposed to be internal ([893d22d](https://github.com/ReVanced/revanced-library/commit/893d22d7938fa1c7544795635ed2ffacdd0cbf0d))
7+
8+
9+
### Build System
10+
11+
* Refactor to DSL to bump ReVanced Patcher ([7f5d6da](https://github.com/ReVanced/revanced-library/commit/7f5d6dad7ba73e2ee53010241ba3204d04860a22))
12+
13+
14+
### Features
15+
16+
* Remove deprecated functions ([b9bf3bc](https://github.com/ReVanced/revanced-library/commit/b9bf3bc88284c0381c7370c3606b662da2ef380d))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Some functions have been removed.
22+
* Some functions are not available anymore.
23+
* The signature of some functions has changed.
24+
125
# [2.4.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v2.3.0...v2.4.0-dev.1) (2024-04-07)
226

327

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 2.4.0-dev.1
1+
version = 3.0.0-dev.1
22
#Gradle
33
org.gradle.jvmargs = -Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options="-Xmx2048M"
44
org.gradle.caching = true

0 commit comments

Comments
 (0)