Skip to content

Commit

Permalink
Fix check android version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonKhew96 authored and MlgmXyysd committed Sep 28, 2020
1 parent cb1e868 commit 512a553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edxp-core/template_override/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ check_android_version() {
ui_print "- EdXposed Version ${VERSION}"

#check_persist
check_android_version
check_magisk_version
check_riru_version
check_architecture
Expand Down Expand Up @@ -347,4 +348,4 @@ cp "${MODPATH}/module.prop" "${RIRU_TARGET}/module.prop" || abort "! Can't creat

set_perm_recursive "${MODPATH}" 0 0 0755 0644

ui_print "- Welcome to EdXposed ${VERSION}!"
ui_print "- Welcome to EdXposed ${VERSION}!"

0 comments on commit 512a553

Please sign in to comment.