Skip to content

Commit

Permalink
Add updateJson
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Mar 5, 2022
1 parent 9bef1cc commit f8eee8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ afterEvaluate {
description: moduleDescription + " " + ((flavorLowered == "zygisk") ?
"This module requires Magisk 24.0+ and Zygisk enabled. DO NOT add SystemUI and Settings to DenyList." :
"This module requires Riru $moduleMinRiruVersionName or above."),
updateJson : (flavorLowered == "zygisk") ?
"https://rikkaapps.github.io/release/sui_zygisk.json" :
"https://rikkaapps.github.io/release/sui_riru.json",
])
filter(FixCrLfFilter.class,
eol: FixCrLfFilter.CrLf.newInstance("lf"))
Expand Down
1 change: 1 addition & 0 deletions template/magisk_module/module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ version=${version}
versionCode=${versionCode}
author=${author}
description=${description}
updateJson=${updateJson}

0 comments on commit f8eee8c

Please sign in to comment.