Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
chore: Merge branch dev to main (#19)
Browse files Browse the repository at this point in the history
* **twitter:** 
Upstream with Piko

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat(twitter): upstream with piko
---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: IndusAryan <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Apr 3, 2024
1 parent 9226df7 commit d4a12a1
Show file tree
Hide file tree
Showing 27 changed files with 769 additions and 292 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.14.0-dev.1](https://github.com/IndusAryan/twitter-patches/compare/v1.13.0...v1.14.0-dev.1) (2024-04-02)


### Bug Fixes

* **twitter:** fix crash ([9f6aaa4](https://github.com/IndusAryan/twitter-patches/commit/9f6aaa42eeace22f539a533b1cf8fda7488ea116))
* **twitter:** fix monochrome ([4d6622a](https://github.com/IndusAryan/twitter-patches/commit/4d6622a29d18da3fdbcc0412310ca141b738bc40))
* **twitter:** fix monochrome again lmao ([37375b7](https://github.com/IndusAryan/twitter-patches/commit/37375b771babeb99f0c44e5fccf8f996904dcce0))


### Features

* **twitter:** add warning. ([2cd9fc4](https://github.com/IndusAryan/twitter-patches/commit/2cd9fc47495f4f51e685cbcc45370ea60138f879))
* **twitter:** initial patch release ([23740b0](https://github.com/IndusAryan/twitter-patches/commit/23740b061cda6bab54f2692bbd248ea78604a106))
* **twitter:** new patches ([bc94acd](https://github.com/IndusAryan/twitter-patches/commit/bc94acda01cbb78065a7b4b190ad5f082ae89075))
* **twitter:** prepare merge ([e22f6ec](https://github.com/IndusAryan/twitter-patches/commit/e22f6ec42bc010c3d4f1702d41e46d7d6462264d))
* **twitter:** prepare merge2 ([33626bb](https://github.com/IndusAryan/twitter-patches/commit/33626bbd5d4608718f1b365cdcab78ddc90dd341))
* **twitter:** upstream with piko ([005fbc5](https://github.com/IndusAryan/twitter-patches/commit/005fbc5cdbbd34759df26d4c96ba1b51856b06fe))

# [1.12.0-dev.6](https://github.com/IndusAryan/twitter-patches/compare/v1.12.0-dev.5...v1.12.0-dev.6) (2024-03-22)


Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ To use these patches, follow the steps below:

1. Make `IndusAryan` the organization for your Revanced app.
2. Set `twitter-patches` as the source for your patches.
3. Use `crimera` as integration organization due to implementation of Mod menu.

<div style="display:flex; justify-content:space-between;">
<img src="screenshots/raw1.png" alt="usage" width="200" />
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.gradle.kotlin.dsl.support.listFilesOrdered

plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"
`maven-publish`
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 1.12.0-dev.6
version = 1.14.0-dev.1
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
revanced-patcher = "19.2.0"
smali = "3.0.5"
guava = "33.0.0-jre"
guava = "33.1.0-jre"
gson = "2.10.1"

[libraries]
Expand Down
Loading

0 comments on commit d4a12a1

Please sign in to comment.