chore(release): 4.0.0-dev.13 [skip ci]

# [4.0.0-dev.13](https://github.com/ReVanced/revanced-patches/compare/v4.0.0-dev.12...v4.0.0-dev.13) (2024-01-27)

### Features

* Move strings to resources for localization ([#2440](https://github.com/ReVanced/revanced-patches/issues/2440)) ([060ab8f](060ab8fbfe))

### BREAKING CHANGES

* Various APIs have been changed.
This commit is contained in:
semantic-release-bot 2024-01-27 01:36:04 +00:00
parent 060ab8fbfe
commit 1eb334a618
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
# [4.0.0-dev.13](https://github.com/ReVanced/revanced-patches/compare/v4.0.0-dev.12...v4.0.0-dev.13) (2024-01-27)
### Features
* Move strings to resources for localization ([#2440](https://github.com/ReVanced/revanced-patches/issues/2440)) ([060ab8f](https://github.com/ReVanced/revanced-patches/commit/060ab8fbfeee212f9a93f52f4d24584f2c630047))
### BREAKING CHANGES
* Various APIs have been changed.
# [4.0.0-dev.12](https://github.com/ReVanced/revanced-patches/compare/v4.0.0-dev.11...v4.0.0-dev.12) (2024-01-24)

View File

@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 4.0.0-dev.12
version = 4.0.0-dev.13

File diff suppressed because one or more lines are too long