Skip to content

Commit

Permalink
Fix module info updater
Browse files Browse the repository at this point in the history
  • Loading branch information
VR-25 committed Aug 16, 2023
1 parent 312a429 commit 2744859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tmpDir=.tmp/META-INF/com/google/android


# update module info
grep -q "$versionCode" module.prop || {
[ changelog.md -ot module.prop ] || {
set_prop version $version
set_prop versionCode $versionCode
cat << EOF > module.json
Expand Down

0 comments on commit 2744859

Please sign in to comment.