Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tiann/KernelSU into main
Browse files Browse the repository at this point in the history
* 'main' of https://github.com/tiann/KernelSU:
  修正文檔格式 (tiann#1901)
  Set zip features correctly (tiann#1916)
  Fix clippy
  Use customize java-properties to get rid of regex dep
  Remove regex dependency from android_logger
  ksud: Replace dependencies `regex` to `regex-lite`
  ksud(feat): Parse KMI from boot or kernel
  build(deps): bump the npm group in /website with 3 updates (tiann#1912)
  build(deps): bump the maven group in /manager with 4 updates (tiann#1913)
  build(deps): bump postcss from 8.4.39 to 8.4.40 in /website in the npm group (tiann#1911)
  build(deps-dev): bump vue from 3.4.31 to 3.4.34 in /website (tiann#1910)

Signed-off-by: Edwiin Kusuma Jaya <[email protected]>
  • Loading branch information
kutemeikito committed Jul 28, 2024
2 parents da2d96a + 93eb17d commit 1a170fb
Show file tree
Hide file tree
Showing 7 changed files with 204 additions and 323 deletions.
2 changes: 1 addition & 1 deletion docs/README_TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ WSA和ChromeOS和執行在容器中的 Android 也可以與 KernelSU 一同運

若要協助翻譯 KernelSU 或改進現有翻譯,請使用 [Weblate](https://hosted.weblate.org/engage/kernelsu/)。 翻譯管理器的PR不再被接受,因為它會與Weblate衝突。

### 討論
## 討論

- Telegram:[@KernelSU](https://t.me/KernelSU)

Expand Down
4 changes: 2 additions & 2 deletions manager/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ agp = "8.5.1"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.23"
compose-bom = "2024.06.00"
lifecycle = "2.8.3"
lifecycle = "2.8.4"
accompanist = "0.34.0"
navigation = "2.7.7"
activity-compose = "1.9.0"
activity-compose = "1.9.1"
kotlinx-coroutines = "1.8.1"
coil-compose = "2.7.0"
compose-destination = "1.10.2"
Expand Down
Loading

0 comments on commit 1a170fb

Please sign in to comment.