File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
id=nitrond.magisk
2
2
name=NitronX
3
- version=1.0.0
4
- versionCode=1
3
+ version=1.0.1
4
+ versionCode=2
5
5
author=UsiFX @ Github
6
6
description=Extensive optmized kernel tweaker daemon By: Team TITΛN , Noobies // Link.
Original file line number Diff line number Diff line change @@ -407,15 +407,15 @@ updaten() {
407
407
408
408
if grep -q " androidboot" /proc/cmdline; then
409
409
printn -l " working in android platform, using resetprop algorithm..."
410
- resetprop ro.nitron.version 1.0.0
410
+ resetprop ro.nitron.version 1.0.1
411
411
[[ ! " $( resetprop ro.nitron.mode) " ]] && {
412
412
printn -l " we are working on first use, Supplying initial mode..."
413
413
resetprop ro.nitron.mode default
414
414
}
415
415
else
416
416
printn -l " working in Unknown Linux platform, using export algorithm..."
417
417
export NITRON_FORCECHECK_UPDATE
418
- export NITRON_VERSION=' 1.0.0 '
418
+ export NITRON_VERSION=' 1.0.1 '
419
419
[[ ! -e " $NITRON_MODE " ]] && {
420
420
printn -l " we are working on first use, Supplying initial mode..."
421
421
export NITRON_MODE=' default'
497
497
;;
498
498
" -L" | " --License" ) echo "
499
499
#
500
- # nitronD v1.0.0 (An Extensive Kernel tweaker)
500
+ # nitronD v1.0.1 (An Extensive Kernel tweaker)
501
501
# Copyright (c) 2022-2023 UsiFX <xprjkts@gmail.com>
502
502
#
503
503
# GNU GENERAL PUBLIC LICENSE
Original file line number Diff line number Diff line change 11
11
#
12
12
13
13
TIMESTAMP=$( date +%Y%m%d)
14
- VERSION=' 1.0.0 '
14
+ VERSION=' 1.0.1 '
15
15
OBJECTS=(" nitrond" " nitron_headers.sh" )
16
16
MMT_OBJECTS=(" magisk/META-INF/com/google/android/update-binary" " magisk/setup.sh" " magisk/common/functions.sh" " magisk/uninstall.sh" )
17
17
FILENAME=" NitronX-$VERSION -$RANDOM -$TIMESTAMP "
You can’t perform that action at this time.
0 commit comments