mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-11 05:46:17 +00:00
chore(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/ReVanced/revanced-library/compare/v1.5.0...v2.0.0) (2024-02-15) ### Bug Fixes * Map dependencies from `KClass` into `String` to fix serialization ([57e36ab](57e36ab5c1)) * Use the JVM name instead of the value from `KClass#toString` ([d18e436](d18e436de1)) ### Features * Use `apkzlib` instead of own implementations and bump ReVanced Patcher ([3aa6dc2](3aa6dc223a)) ### BREAKING CHANGES * This commit removes deprecated APIs and bumps ReVanced Patcher. Because of it's changes, `apkzlib` is now used instead of own implementations of `ZipFile`
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
org.gradle.parallel = true
|
||||
org.gradle.caching = true
|
||||
kotlin.code.style = official
|
||||
version = 2.0.0-dev.1
|
||||
version = 2.0.0
|
||||
|
||||
Reference in New Issue
Block a user