2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

bump version to 16.1.20180209

This commit is contained in:
Christopher Roy Bratusek 2018-02-09 17:10:32 +01:00
parent b6cb1b3846
commit 6d2b21f943
12 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# ChangeLog # ChangeLog
## 16.1 in-dev ## 16.1.20180209
* Bug Fixes: * Bug Fixes:
* Full, microG packages * Full, microG packages
* when becoming su from GNU Bash the default sh instead of GNU Bash would become the active shell * when becoming su from GNU Bash the default sh instead of GNU Bash would become the active shell

View File

@ -1,7 +1,7 @@
id=NanoDroid_FDroid id=NanoDroid_FDroid
name=NanoDroid (F-Droid sub module) name=NanoDroid (F-Droid sub module)
version=v16.1.99999999 version=v16.1.20180209
versionCode=33 versionCode=34
author=Nanolx author=Nanolx
description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs
minMagisk=1500 minMagisk=1500

View File

@ -1,7 +1,7 @@
id=NanoDroid id=NanoDroid
name=NanoDroid name=NanoDroid
version=v16.1.99999999 version=v16.1.20180209
versionCode=35 versionCode=36
author=Nanolx author=Nanolx
description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more. description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more.
minMagisk=1500 minMagisk=1500

View File

@ -1,6 +1,6 @@
#!/sbin/sh #!/sbin/sh
VERSION=16.1.99999999 VERSION=16.1.20180209
########################################################################################## ##########################################################################################
# Misc. Functions # Misc. Functions

View File

@ -4,7 +4,7 @@ Versions until 15.1 were called **NanoMod**, starting with 16.0 they're called *
## Current Release ## Current Release
* Stable: 16.0.20180130 * Stable: 16.1.20180209
* Beta: --- * Beta: ---
## Downloads ## Downloads

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=16.1.99999999 VERSION=16.1.20180209
CWD=$(readlink -m "${BASH_SOURCE[0]}") CWD=$(readlink -m "${BASH_SOURCE[0]}")
CWD=$(dirname "${CWD}") CWD=$(dirname "${CWD}")

View File

@ -1,7 +1,7 @@
id=NanoDroid_microG id=NanoDroid_microG
name=NanoDroid (microG sub module) name=NanoDroid (microG sub module)
version=v16.1.99999999 version=v16.1.20180209
versionCode=35 versionCode=36
author=Nanolx author=Nanolx
description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs
minMagisk=1500 minMagisk=1500

View File

@ -441,7 +441,7 @@ detect_outfd
ui_print " " ui_print " "
ui_print "********************************" ui_print "********************************"
ui_print " NanoDroid 16.1.99999999 " ui_print " NanoDroid 16.1.20180209 "
ui_print " created by @Nanolx " ui_print " created by @Nanolx "
ui_print " Framework Patcher " ui_print " Framework Patcher "
ui_print "Powered by DexPatcher (@lanchon)" ui_print "Powered by DexPatcher (@lanchon)"

View File

@ -383,7 +383,7 @@ main () {
ui_print " " ui_print " "
ui_print "*******************************" ui_print "*******************************"
ui_print " NanoDroid Framework Patcher " ui_print " NanoDroid Framework Patcher "
ui_print " addon.d 16.1.99999999 " ui_print " addon.d 16.1.20180209 "
ui_print " created by @Nanolx " ui_print " created by @Nanolx "
ui_print " Utilizing DexPatcher @lanchon " ui_print " Utilizing DexPatcher @lanchon "
ui_print "*******************************" ui_print "*******************************"

View File

@ -2,7 +2,7 @@ ini_set("rom_name", "NanoDroid Setup Wizard");
ini_set("rom_version", "16.1"); ini_set("rom_version", "16.1");
ini_set("rom_author", "Nanolx"); ini_set("rom_author", "Nanolx");
ini_set("rom_device", "Generic (LOS/AOSP)"); ini_set("rom_device", "Generic (LOS/AOSP)");
ini_set("rom_date", "99999999"); ini_set("rom_date", "20180209");
anisplash( anisplash(
0, "splash/nanolx.png", 1500 0, "splash/nanolx.png", 1500

View File

@ -1,7 +1,7 @@
show_progress(1.000000, 0); show_progress(1.000000, 0);
set_progress(0.0); set_progress(0.0);
ui_print(" "); ui_print(" ");
ui_print("> NanoDroid Setup Wizard 16.1.99999999"); ui_print("> NanoDroid Setup Wizard 16.1.20180209");
ui_print(" "); ui_print(" ");
set_progress(0.1); set_progress(0.1);

View File

@ -49,7 +49,7 @@ location_prop="${aromapath}/location.prop"
ui_print " " ui_print " "
ui_print "******************************" ui_print "******************************"
ui_print " NanoDroid 16.1.99999999 " ui_print " NanoDroid 16.1.20180209 "
ui_print " created by @Nanolx " ui_print " created by @Nanolx "
ui_print " Setup Wizard " ui_print " Setup Wizard "
ui_print "******************************" ui_print "******************************"