Skip to content

Commit

Permalink
magisk version: 26300->26400
Browse files Browse the repository at this point in the history
  • Loading branch information
bmax committed Jan 1, 2024
1 parent ba9e58a commit aa80a2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '.github/workflows/build.yml'
- 'app/**'
- 'apd/**'
- 'build.gradle.kts'
pull_request:
branches: [ "main" ]
paths:
Expand Down
4 changes: 2 additions & 2 deletions apd/src/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -437,5 +437,5 @@ POSTFSDATAD=$NVBASE/post-fs-data.d
SERVICED=$NVBASE/service.d

# Some modules dependents on this
export MAGISK_VER=26.3.0
export MAGISK_VER_CODE=26300
export MAGISK_VER=26.4.0
export MAGISK_VER_CODE=26400

0 comments on commit aa80a2b

Please sign in to comment.