bump version and update docs

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 6175115d18
commit 91d550c877

@ -1,5 +1,18 @@
# ChangeLog
## 17.4.20180731
### Bug Fixes
* CommonInstaller
* fixed a bug that caused NANODROID_UPGRADE to be wrongly set to 0
* causing issues with permissions for Play Store and microG GmsCore
### Updates
* automatic
* Google Play (11.0.20)
## 17.3.20180730
### Bug Fixes

@ -1,6 +1,6 @@
#!/sbin/sh
VERSION=17.3.20180730
VERSION=14.7.20180731
NANODROID_UPGRADE=0
GOOGLE_APPS="GoogleFeedback

@ -1,7 +1,7 @@
id=NanoDroid_FDroid
name=NanoDroid (F-Droid sub module)
version=v17.3.20180730
versionCode=42
version=v14.7.20180731
versionCode=43
author=Nanolx
description=NanoDroid (F-Droid sub module) for LineageOS/AOSP based ROMs
minMagisk=1500

@ -1,7 +1,7 @@
id=NanoDroid
name=NanoDroid
version=v17.3.20180730
versionCode=46
version=v14.7.20180731
versionCode=47
author=Nanolx
description=NanoDroid: microG, FOSS apps, pseudo-debloat, Zelda ringtones, Shell utilities and more.
minMagisk=1500

@ -6,7 +6,7 @@ The transistion in Magisk Mode installation between old and new module name is h
## Current Release
* Stable: 17.3.20180730
* Stable: 17.4.20180731
* Beta: ---
## Downloads

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

@ -1,7 +1,7 @@
id=NanoDroid_microG
name=NanoDroid (microG sub module)
version=v17.3.20180730
versionCode=45
version=v14.7.20180731
versionCode=46
author=Nanolx
description=NanoDroid (microG sub module) for LineageOS/AOSP based ROMs
minMagisk=1500

@ -25,7 +25,7 @@ detect_outfd
ui_print " "
ui_print "********************************"
ui_print " NanoDroid 17.3.20180730 "
ui_print " NanoDroid 14.7.20180731 "
ui_print " created by @Nanolx "
ui_print " Framework Patcher "
ui_print "Powered by DexPatcher (@lanchon)"

@ -26,7 +26,7 @@ NanoDroidPatcher () {
ui_print " "
ui_print "*******************************"
ui_print " NanoDroid Framework Patcher "
ui_print " addon.d 17.3.20180730 "
ui_print " addon.d 14.7.20180731 "
ui_print " created by @Nanolx "
ui_print " Utilizing DexPatcher @lanchon "
ui_print "*******************************"

@ -1,8 +1,8 @@
ini_set("rom_name", "NanoDroid Setup Wizard");
ini_set("rom_version", "17.3");
ini_set("rom_version", "14.7");
ini_set("rom_author", "Nanolx");
ini_set("rom_device", "Generic (LOS/AOSP)");
ini_set("rom_date", "20180730");
ini_set("rom_date", "20180731");
anisplash(
0, "splash/nanolx.png", 1500

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

@ -50,7 +50,7 @@ nlp_prop="${aromapath}/nlp.prop"
ui_print " "
ui_print "******************************"
ui_print " NanoDroid 17.3.20180730 "
ui_print " NanoDroid 14.7.20180731 "
ui_print " created by @Nanolx "
ui_print " Setup Wizard "
ui_print "******************************"

Loading…
Cancel
Save