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

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
IndusAryan committed Mar 14, 2024
2 parents 5d02d43 + d27f832 commit 1d2363e
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 20 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# [1.10.0-dev.4](https://github.com/IndusAryan/twitter-patches/compare/v1.10.0-dev.3...v1.10.0-dev.4) (2024-02-04)


### Bug Fixes

* **twitter:** improvise og twitter brand patch ([de0a399](https://github.com/IndusAryan/twitter-patches/commit/de0a39948d3e4b59085001aa1f189783ac098420))

# [1.10.0-dev.3](https://github.com/IndusAryan/twitter-patches/compare/v1.10.0-dev.2...v1.10.0-dev.3) (2024-02-04)
# [1.10.0-dev.5](https://github.com/IndusAryan/twitter-patches/compare/v1.10.0-dev.4...v1.10.0-dev.5) (2024-02-15)


### Bug Fixes

* **twitter:** mipmap in some apks ([3a4c18b](https://github.com/IndusAryan/twitter-patches/commit/3a4c18b50ad9617688daee57464c706cec2ab7df))
### Features

# [1.10.0-dev.2](https://github.com/IndusAryan/twitter-patches/compare/v1.10.0-dev.1...v1.10.0-dev.2) (2024-02-04)
* **twitter:** add video download & viewcount patch (from revanced) ([8fe29b2](https://github.com/IndusAryan/twitter-patches/commit/8fe29b2f15802f7ae032236bc92a3a59eb087901))

# [1.10.0-dev.4](https://github.com/IndusAryan/twitter-patches/compare/v1.10.0-dev.3...v1.10.0-dev.4) (2024-02-04)

### Features

Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 1.10.0-dev.4
version = 1.10.0-dev.5

2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
revanced-patcher = "19.2.0"
smali = "3.0.3"
smali = "3.0.5"
guava = "33.0.0-jre"
gson = "2.10.1"

Expand Down
197 changes: 191 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"gradle-semantic-release-plugin": "^1.9.1",
"semantic-release": "^23.0.0"
"semantic-release": "^23.0.2"
}
}

0 comments on commit 1d2363e

Please sign in to comment.